actions-marketplace-validations/Send job status to Azure Queue
In a GitHub workflow, send last job status and metadata to Azure Queue
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| STORAGE_ACCOUNT_NAME | Storage account name where the Azure queue is located | yes | — |
| STORAGE_ACCOUNT_KEY | Storage account key in order to authenticate to | yes | — |
| QUEUE_NAME | Name of the queue where the messages are going to be sent to | yes | — |
| JOB_STATUS | Exit status of last job | yes | — |
Outputs
| name | description |
|---|---|
| data-sent | The json data sent to the Azure Queue |