diff --git a/.github/workflows/CD-time-tracker-ui.yml b/.github/workflows/CD-time-tracker-ui.yml index b7a8e7e21..34e5c7af8 100644 --- a/.github/workflows/CD-time-tracker-ui.yml +++ b/.github/workflows/CD-time-tracker-ui.yml @@ -44,11 +44,10 @@ jobs: publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }} package: dist/time-tracker - - uses: actions/checkout@v2 - name: Slack Notification - uses: rtCamp/action-slack-notify@v2.0.0 + uses: wei/curl@v1 env: SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} - SLACK_TITLE: 'New deployment: ' - SLACK_MESSAGE: 'A new version has been deployed.' + with: + args: -X POST $SLACK_WEBHOOK --data '{"message":"A new deployment has been successfully executed"}'