We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 069333f commit aaced23Copy full SHA for aaced23
.github/workflows/main_eoagritool.yml
@@ -58,13 +58,6 @@ jobs:
58
- name: Unzip artifact for deployment
59
run: unzip release.zip
60
61
- - name: Notify OpsGenie on Deployment Failure
62
- uses: eonx-com/[email protected]
63
- with:
64
- API_KEY: ${{ secrets.OPSGENIE_GITHUB_TOKEN }}
65
- PRIORITY: 'P1'
66
- ALIAS: 'deploy-production-failed'
67
- MESSAGE: 'Deployment to production failed. Please review GitHub Actions logs.'
68
69
- name: Login to Azure
70
uses: azure/login@v2 # Fixed version
0 commit comments