Skip to content

Commit

Permalink
chore: update slackapi/slack-github-action action to v1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 16, 2024
1 parent a8ec80c commit 9494d46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_DEVELOP_TO_V2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Notify failure on Slack
if: failure()
uses: slackapi/slack-github-action@v1.15.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
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.'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/MERGE_MASTER_TO_DEVELOP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Notify failure on Slack
if: failure()
uses: slackapi/slack-github-action@v1.15.0
uses: slackapi/slack-github-action@v1.26.0
with:
channel-id: ${{ secrets.SLACK_CHANNEL_ID }}
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.'
Expand Down

0 comments on commit 9494d46

Please sign in to comment.