Skip to content

Commit de8db8f

Browse files
authored
Merge pull request #126 from ioet/47-notify-deployments-on-slack
fix: #47 adding deployment notifications
2 parents 5a25789 + ffd56be commit de8db8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CD-time-tracker-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ jobs:
4949
env:
5050
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
5151
with:
52-
args: -X POST $SLACK_WEBHOOK --data '{"message":"A new deployment has been successfully executed"}'
52+
args: -X POST '$env:SLACK_WEBHOOK' --data '{"message":"A new deployment has been successfully executed"}'
5353

0 commit comments

Comments
 (0)