remimachina/Project Check
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| exec | The name of the action to execute | yes | — |
| before | The SHA of the previous commit -> see: {{ github.event.before }} | yes | — |
| after | The SHA of the new commit -> see: {{ github.sha }} | yes | — |
| repository | The name of the owner & repository -> see: {{ github.repository }} | yes | — |
| token | The token of the github action -> see: {{ secrets.GITHUB_TOKEN }} | yes | — |
| slack | The oauth token of the bot to send the slack message from | yes | — |
| run | The run id of the github action -> see {{ github.run_id }} | yes | — |
| branch | The branch that that was committed to -> see {{ github.event.inputs.branch }} | yes | — |
Outputs
no outputs