Skip to content

Commit 80b1ae8

Browse files
committed
fix failed ci build
1 parent d6518d3 commit 80b1ae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_pipeline.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
aws s3 cp app.zip "s3://$AWS_S3_CODE_BUCKET/$repo_slug.zip"
7777
- name: Send build success notification
7878
if: success()
79-
uses: rtCamp/action-slack-notify@v2.0.0
79+
uses: rtCamp/action-slack-notify@v2.2.0
8080
env:
8181
SLACK_MESSAGE: ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has succeeded
8282
SLACK_TITLE: Build Success
@@ -86,7 +86,7 @@ jobs:
8686
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }}
8787
- name: Send build failure notification
8888
if: failure()
89-
uses: rtCamp/action-slack-notify@v2.0.0
89+
uses: rtCamp/action-slack-notify@v2.2.0
9090
env:
9191
SLACK_COLOR: '#FF0000'
9292
SLACK_MESSAGE: ${{ github.repository }} build ${{ github.run_number }} launched by ${{ github.actor }} has failed

0 commit comments

Comments
 (0)