ricardomonteirosimoes/CustomHookAction
This action allows for less verbose hooks!
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repoUrl | The url of the repository | no | "" |
| repoName | The name of the repository. Allows a single shell script to differentiate between multiple hooks | yes | "" |
| targetIp | the ip of the target to deliver the hook to. | yes | "" |
| targetPort | the port of the target onto which to deliver the hook to | yes | "" |
| message | here you can supply your custom message if you want. | no | "" |
Outputs
| name | description |
|---|---|
| status | Tells you if the hook was succesfull or not |
| booleanStatus | Use this if you want to make follow up scripts conditional |