We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4321a0 commit c67019aCopy full SHA for c67019a
.github/workflows/deploy.yml
@@ -46,7 +46,6 @@ 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
@@ -87,3 +86,4 @@ jobs:
87
86
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