Skip to content

Commit 162158d

Browse files
chore: update slackapi/slack-github-action action to v1.27.1
1 parent 4e9b7da commit 162158d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/MERGE_DEVELOP_TO_V2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Notify failure on Slack
2727
if: failure()
28-
uses: slackapi/slack-github-action@v1.15.0
28+
uses: slackapi/slack-github-action@v1.27.1
2929
with:
3030
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
3131
slack-message: 'Automatic merge of <https://github.com/${{ github.repository }}/tree/${{ github.ref }}|${{ github.ref }}> to <https://github.com/${{ github.repository }}/tree/v2|${{ github.repository }}#v2> failed.'

.github/workflows/MERGE_MASTER_TO_DEVELOP.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
2626
- name: Notify failure on Slack
2727
if: failure()
28-
uses: slackapi/slack-github-action@v1.15.0
28+
uses: slackapi/slack-github-action@v1.27.1
2929
with:
3030
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
3131
slack-message: 'Automatic merge of <https://github.com/${{ github.repository }}/tree/${{ github.ref }}|${{ github.ref }}> to <https://github.com/${{ github.repository }}/tree/develop|${{ github.repository }}#develop> failed.'

0 commit comments

Comments
 (0)