Skip to content

Commit ffd56be

Browse files
committed
fix: ioet#47 adding deployment notifications
1 parent 2f0dba9 commit ffd56be

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)