Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisBoudreau committed Feb 22, 2022
1 parent 3d28fc7 commit 2c38518
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ ping-slack:
id: current-run-conclusion
uses: agendrix/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
deployments_outcome: ${{ needs.main_deployment.deployment_outcome }}
- name: Ping Slack for outcome
uses: agendrix/slack-notifier/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
description: >
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: ${{ need/s.deploy.deployment_outcome }} or ${{ toJSON([need/s.deploy-1.deployment_outcome, need/s.deploy-2.deployment_outcome]) }}
Ex: needs.deploy.deployment_outcome or toJSON([needs.deploy-1.deployment_outcome, needs.deploy-2.deployment_outcome])
outputs:
conclusion:
description: Conclusion of the current workflow run
Expand Down

0 comments on commit 2c38518

Please sign in to comment.