svanboxel/Organization workflow action
Action to register organization workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | ID of run (provided by GitHub app via `github.event.client_payload.id`) | yes | — |
| run_id | ID of workflow run (provided via GitHub syntax `github.run_id`) | yes | — |
| name | Name of check (Use `github.workflow` to use the name of the workflow) | yes | — |
| callback_url | Callback url for register call (provided by GitHub app via `github.event.client_payload.callback_url`) | yes | — |
| sha | Sha of original commit (provided by GitHub app via `github.event.client_payload.sha`) | yes | — |
| enforce | Enforce [required status check](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks) | no | false |
| enforce_admin | Enforce [required status check](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-required-status-checks) for admins | no | false |
| documentation | Link to documentation of this check. This is shown with the status check on the original commit. (eg `.github/workflows/compliance-info.md`) | no | — |
Outputs
no outputs