Skip to content

Commit

Permalink
👷 Update slackapi/slack-github-action to 1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devesh711 committed Oct 15, 2024
1 parent f0deefb commit 5f70ea9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
args: "deploy"
- if: success()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
"text": "deployed <https://github.com/${{ github.repository }}/commit/${{ github.sha}}|${{ github.sha }}>"
}
- if: failure()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.27.0
with:
payload: |
{
Expand Down

0 comments on commit 5f70ea9

Please sign in to comment.