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.
1 parent 5cd0017 commit 2f0dba9Copy full SHA for 2f0dba9
.github/workflows/CD-time-tracker-ui.yml
@@ -44,11 +44,10 @@ jobs:
44
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
45
package: dist/time-tracker
46
47
- - uses: actions/checkout@v2
48
- name: Slack Notification
49
- uses: rtCamp/[email protected]
+ uses: wei/curl@v1
50
env:
51
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
52
- SLACK_TITLE: 'New deployment: '
53
- SLACK_MESSAGE: 'A new version has been deployed.'
+ with:
+ args: -X POST $SLACK_WEBHOOK --data '{"message":"A new deployment has been successfully executed"}'
54
0 commit comments