infinity-public/Notify Deployment Status
A GitHub Action that sends deployment status notifications to a specified URL.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 6, 2024
- License
- None
Pinned Snippet
uses: infinity-public/action-weixin-notify@0bd100fc5572b3f8fcd338ef12682594b301a39a # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| notify-url | The URL to send the notification to. | yes | — |
| notify-project | The name of the project to include in the notification. | yes | — |
| deploy-success | A boolean string indicating if the deployment was successful. Use "true" or "false". | yes | — |
| add-info | Additional information to include in the notification. | no | — |
Outputs
no outputs