ajilach/Notification
Ajila Slack Notifications
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 5, 2024
- License
- None
Pinned Snippet
uses: ajilach/notifications-ghaction@849faa746a8b36db7536111370cbb7d996185cb9 # v1.5.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| op_service_account_token | 1Password service account token | yes | — |
| slack_channel_id | Slack channel ID for notifications | yes | — |
| job | Job of the calling workflow | no | ${{ github.job }} |
| job_status | Status of the calling workflow | no | ${{ job.status }} |
| workflow_completion_notification | Send notification on workflow run | no | false |
| repository | Name of the git repository to notify for | no | ${{ github.repository }} |
| repository_branch | Name of the git repository branch to notify for | no | ${{ github.ref }} |
| workflow | Name of the workflow to notify for | no | ${{ github.workflow }} |
| workflow_run_id | ID of the previous workflow run | no | ${{ github.run_id }} |
Outputs
no outputs