raven-actions/Debug GitHub Action
Dump GitHub contexts and Runner environment, post action webhook payload to the SMEE.io
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| vars-context | vars context | no | ${{ null }} |
| secrets-context | secrets context | no | ${{ null }} |
| needs-context | needs context | no | ${{ null }} |
| inputs-context | inputs context | no | ${{ null }} |
| smee | Use SMEE to proxy payloads to SMEE.io. By default, it will not use SMEE. | no | ${{ false }} |
| smee-channel | The SMEE channel ID to use. If not provided, ID of the repository will be used. | no | ${{ null }} |
Outputs
| name | description |
|---|---|
| smee | SMEE used? If SMEE is not used, it will be false. |
| smee-url | The SMEE URL to use. If SMEE is not used, it will be empty. |