getsidetrack/Run Artifact Executable

Allows you to run an executable stored as a GitHub release artifact.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repoThe owner and repository name.yes
fileThe name of the artifact.yes
pathThe path to the executable.yes
refThe tag name to fetch the artifact from.latest
useExecutableExitCodeReturn the exit code from the executable.true
commandArgumentsThe arguments to be provided to the executable.
namedescription
exitCodeThe exit code returned by the executable where 0 means it was successful.
commandOutputThe raw output from the command.