getsidetrack/Run Artifact Executable
Allows you to run an executable stored as a GitHub release artifact.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | The owner and repository name. | yes | — |
| file | The name of the artifact. | yes | — |
| path | The path to the executable. | yes | — |
| ref | The tag name to fetch the artifact from. | — | latest |
| useExecutableExitCode | Return the exit code from the executable. | — | true |
| commandArguments | The arguments to be provided to the executable. | — | — |
Outputs
| name | description |
|---|---|
| exitCode | The exit code returned by the executable where 0 means it was successful. |
| commandOutput | The raw output from the command. |