Skip to content

Commit

Permalink
Bumped slack github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Sep 23, 2024
1 parent 9922c23 commit b5ac0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Slack notification
# https://github.com/slackapi/slack-github-action
id: slack
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
with:
channel-id: "dev-github"
slack-message: "${{ github.repository }} - ${{ github.workflow }} workflow is ${{ job.status }} for ${{ github.base_ref || github.ref_name }} branch\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
Expand Down

0 comments on commit b5ac0b5

Please sign in to comment.