Skip to content

Commit 10b3a9b

Browse files
dependabot[bot]marcusdacoregio
authored andcommitted
Bump Gamesight/slack-workflow-status from 1.0.1 to 1.2.0
Bumps [Gamesight/slack-workflow-status](https://github.com/gamesight/slack-workflow-status) from 1.0.1 to 1.2.0. - [Release notes](https://github.com/gamesight/slack-workflow-status/releases) - [Commits](Gamesight/slack-workflow-status@v1.0.1...v1.2.0) --- updated-dependencies: - dependency-name: Gamesight/slack-workflow-status dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e4cc0a4 commit 10b3a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/milestone-spring-releasetrain.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
actions: read
3333
steps:
3434
- name: Send Slack message
35-
uses: Gamesight/slack-workflow-status@v1.0.1
35+
uses: Gamesight/slack-workflow-status@v1.2.0
3636
with:
3737
repo_token: ${{ secrets.GITHUB_TOKEN }}
3838
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

Diff for: .github/workflows/update-scheduled-release-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- id: send-slack-notification
7373
name: Send Slack message
7474
if: failure()
75-
uses: Gamesight/slack-workflow-status@v1.0.1
75+
uses: Gamesight/slack-workflow-status@v1.2.0
7676
with:
7777
repo_token: ${{ secrets.GITHUB_TOKEN }}
7878
slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }}

0 commit comments

Comments
 (0)