gaggle/Elixir Script
Run simple Elixir scripts, easily
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | The script to run | yes | — |
| debug | Whether to tell the GitHub client to log details of its requests. true or false. Default is to run in debug mode when the GitHub Actions step debug logging is turned on. | — | ${{ runner.debug == '1' }} |
Outputs
| name | description |
|---|---|
| result | The stringified return value of the script |