Skip to content

Commit

Permalink
Merge pull request #3 from ajilach/renovate/slackapi-slack-github-act…
Browse files Browse the repository at this point in the history
…ion-1.x

Update slackapi/slack-github-action action to v1.25.0
davosian authored Mar 18, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 350745d + 06b2287 commit 73ad284
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
@@ -33,7 +33,7 @@ runs:

- name: Notify status on Slack
if: inputs.workflow_completion_notification == 'true'
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
payload: |
{
@@ -51,7 +51,7 @@ runs:

- name: Send Slack message on failure
if: inputs.job_status == 'failure'
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
payload: |
{

0 comments on commit 73ad284

Please sign in to comment.