bluescape/Action Script
Run simple scriptst
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| method | The function to run | yes | — |
| arguments | pass arguments arry of object as string | no | — |
| github-token | The GitHub token used to create an authenticated client | yes | ${{ github.token }} |
| docker-username | docker username | no | — |
| docker-password | docker password | no | — |
| slack-channel-url | slack channel url | no | — |
| user-agent | An optional user-agent string | — | actions/github-script |
| result-encoding | Either "string" or "json" (default "json")—how the result will be encoded | — | json |
Outputs
| name | description |
|---|---|
| result | The return value of the script, stringified with `JSON.stringify` |