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.
2 parents 5a25789 + ffd56be commit de8db8fCopy full SHA for de8db8f
.github/workflows/CD-time-tracker-ui.yml
@@ -49,5 +49,5 @@ jobs:
49
env:
50
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
51
with:
52
- args: -X POST $SLACK_WEBHOOK --data '{"message":"A new deployment has been successfully executed"}'
+ args: -X POST '$env:SLACK_WEBHOOK' --data '{"message":"A new deployment has been successfully executed"}'
53
0 commit comments