fiam/GitHub Actions entrypoint probe
Patch later GitHub Actions entrypoints so they print before execution.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| marker | Text printed before patched entrypoints. | no | [gha-entrypoint-probe] before |
| install-shell-shims | Add PATH and Bash startup hooks for later run steps in the current job. | no | true |
| patch-workspace | Patch local workflow and action files in GITHUB_WORKSPACE. | no | true |
| patch-downloaded-actions | Patch action metadata already downloaded under RUNNER_WORKSPACE/_actions. | no | true |
| github-token | Token used to fetch the current workflow when the workspace has not been checked out yet. | no | "" |
| install-docker-wrapper | Replace /usr/bin/docker with a temporary wrapper on Linux hosted runners. | no | true |
| setup-unprivileged-user | Create and prepare the unprivileged user before later entrypoints run. | no | false |
| run-as-user | User that patched entrypoints should run as. | no | unpriv |
| run-entrypoints-as-user | Re-exec patched shell, JavaScript, and Docker entrypoints as run-as-user. | no | false |
| sandbox-enabled | Start an sbx sandbox and run patched shell, JavaScript, and Docker entrypoints through sbx exec. | no | false |
| install-sbx-cli | Install sbx from docker/sbx-releases before creating the sandbox. | no | true |
| sbx-deb-version | docker/sbx-releases tag used when installing sbx. | no | v0.30.0 |
| sandbox-template | Optional sbx template or image reference used for the shell sandbox. | no | "" |
| sandbox-name | Optional explicit sbx sandbox name. Defaults to the current GitHub run/job. | no | "" |
| sandbox-network-policy | sbx default network policy to set before sandbox creation. | no | balanced |
| sandbox-work-root | Host path mounted into the sandbox. Defaults to the runner _work directory. | no | "" |
| docker-username | Docker Hub username used for sbx image pulls when sandbox mode is enabled. | no | "" |
| docker-password | Docker Hub password or token used for sbx image pulls when sandbox mode is enabled. | no | "" |
Outputs
no outputs