We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 118ccab + cede17b commit 598257dCopy full SHA for 598257d
.github/workflows/deploy.yaml
@@ -40,7 +40,7 @@ jobs:
40
with:
41
imageTag: ${{ needs.build-and-publish-image.outputs.imageTag }}
42
manualDeploy: ${{ 'main' != github.event.inputs.gitRef }}
43
- environment: ${{ github.event.inputs.environment }}
+ environment: ${{ github.event.inputs.environment || 'integration' }}
44
secrets:
45
WEBHOOK_TOKEN: ${{ secrets.ARGO_EVENTS_WEBHOOK_TOKEN }}
46
WEBHOOK_URL: ${{ secrets.ARGO_EVENTS_WEBHOOK_URL }}
0 commit comments