Commit 80b1ae8 1 parent d6518d3 commit 80b1ae8 Copy full SHA for 80b1ae8
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 76
76
aws s3 cp app.zip "s3://$AWS_S3_CODE_BUCKET/$repo_slug.zip"
77
77
- name : Send build success notification
78
78
if : success()
79
- uses : rtCamp/action-slack-notify@v2.0 .0
79
+ uses : rtCamp/action-slack-notify@v2.2 .0
80
80
env :
81
81
SLACK_MESSAGE : ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has succeeded
82
82
SLACK_TITLE : Build Success
86
86
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK }}
87
87
- name : Send build failure notification
88
88
if : failure()
89
- uses : rtCamp/action-slack-notify@v2.0 .0
89
+ uses : rtCamp/action-slack-notify@v2.2 .0
90
90
env :
91
91
SLACK_COLOR : ' #FF0000'
92
92
SLACK_MESSAGE : ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has failed
You can’t perform that action at this time.
0 commit comments