We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63cc319 commit 05cda7dCopy full SHA for 05cda7d
.github/workflows/deploy.yml
@@ -46,6 +46,7 @@ jobs:
46
service_endpoint: ${{ steps.deploy-release.outputs.service_endpoint }}
47
48
steps:
49
+ - run: exit 1
50
- uses: actions/checkout@v4
51
52
- name: Set up Terraform
@@ -86,4 +87,3 @@ jobs:
86
87
channel: "workflow-failures"
88
message: "❌ [Failed deploying ${{ inputs.version }} to ${{ inputs.app_name }} ${{ inputs.environment }}]((https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}))"
89
secrets: inherit
-
0 commit comments