vincent-deng/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 |
|---|---|---|---|
| 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 | — |
| branch | branch of original commit (provided by GitHub app via `github.event.client_payload.branch`) | yes | — |
| repository_owner | repositroy_owner of original commit (provided by GitHub app via `github.event.client_payload.repository.owner`) | yes | — |
| repository_name | repositroy_name of original commit (provided by GitHub app via `github.event.client_payload.repository.name`) | yes | — |
| event_type | event_type triggered by the GitHub App (provided by GitHub app via `github.event.client_payload.event_type`) | 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 |
Outputs
no outputs