Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: #47 adding deployment notifications
  • Loading branch information
enriquezrene committed Apr 14, 2020
commit ffd56beedb0ba4d90c481d816336f80b10e0de01
2 changes: 1 addition & 1 deletion .github/workflows/CD-time-tracker-ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ jobs:
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
with:
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"}'