agendrix/Get current run conclusion
Compute the conclusion of the current workflow run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | This should be a personal access token with access to your repository | yes | ${{ github.token }} |
| deployment_outcome | Outcome of the deployment(s). If you want the action to verify multiple deployments, you must stringify. Accepted values are any values from DeploymentOutcome enum: https://github.com/agendrix/wait-for-ecs-service-deployment-action/blob/main/src/ecs/types.ts Ex: needs.deploy.deployment_outcome or toJSON([needs.deploy-1.deployment_outcome, needs.deploy-2.deployment_outcome]) | no | — |
Outputs
| name | description |
|---|---|
| conclusion | Conclusion of the current workflow run |