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 2f47e98 commit 87e7ceeCopy full SHA for 87e7cee
.github/workflows/CD-time-tracker-ui.yml
@@ -44,10 +44,12 @@ jobs:
44
publish-profile: ${{ secrets.AzureAppService_PublishProfile_728dc744f9384bf38e8a0446aaaee29d }}
45
package: dist/time-tracker
46
47
+ - uses: actions/checkout@v2
48
- name: Slack Notification
- uses: wei/curl@v1
49
+ uses: rtCamp/[email protected]
50
env:
51
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
- with:
52
- args: -X POST '$env:SLACK_WEBHOOK' --data '{"message":"A new deployment has been successfully executed"}'
53
-
+ SLACK_ICON: https://avatars.slack-edge.com/2020-04-14/1055222096486_7b0bf047c32f9f666b69_48.jpg
+ SLACK_TITLE: 'Guess what?'
54
+ SLACK_USERNAME: 'heisenberg-says:'
55
+ SLACK_MESSAGE: 'A new deployment has been executed successfully'
0 commit comments