We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd093f commit e7ad50cCopy full SHA for e7ad50c
.github/workflows/infrastructure.yml
@@ -168,3 +168,12 @@ jobs:
168
text:
169
type: "mrkdwn"
170
text: "> Check the logs for <${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|details>."
171
+
172
+ - name: Update deployment status (failure)
173
+ if: failure()
174
+ uses: chrnorm/deployment-status@v2
175
+ with:
176
+ token: '${{ github.token }}'
177
+ environment-url: "https://${{ needs.deploy.outputs.fqdn }}"
178
+ state: 'failure'
179
+ deployment-id: ${{ needs.deploy.outputs.deployment_id }}
0 commit comments