Skip to content

Commit

Permalink
Merge pull request #129 from Workable/dependabot/github_actions/slack…
Browse files Browse the repository at this point in the history
…api/slack-github-action-1.25.0

Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
  • Loading branch information
nickstamat authored Apr 22, 2024
2 parents 945bfaa + 4ae7719 commit 2b7d6a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_jfrog_and_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Notify Slack of release workflow result
if: always()
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: "C05PLVB1Y04"
payload-file-path: ".github/workflows/payloads/release_payload.json"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Post to Slack about the result of the Pull Request
if: ( always() && github.event_name == 'pull_request' && !(github.event.action == 'closed' && github.event.pull_request.merged == true) )
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: "C05P40DCGAK"
payload-file-path: ".github/workflows/payloads/pr_payload.json"
Expand All @@ -81,7 +81,7 @@ jobs:
- name: Post to Slack about the result of the push
if: ( always() && github.event_name == 'push' && github.ref == 'refs/heads/main' )
id: slack
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
with:
channel-id: "C05P40DCGAK"
payload-file-path: ".github/workflows/payloads/push_payload.json"
Expand Down

0 comments on commit 2b7d6a9

Please sign in to comment.