Skip to content

Commit 9577054

Browse files
chore(deps): bump 8398a7/action-slack
Bumps [8398a7/action-slack](https://github.com/8398a7/action-slack) from 293f8dc0f9731ac35321056641cdef895f4f65f8 to 77eaa4f1c608a7d68b38af4e3f739dcd8cba273e. - [Release notes](https://github.com/8398a7/action-slack/releases) - [Commits](8398a7/action-slack@293f8dc...77eaa4f) --- updated-dependencies: - dependency-name: 8398a7/action-slack dependency-version: 77eaa4f1c608a7d68b38af4e3f739dcd8cba273e dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 593c16d commit 9577054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-cells-crit-flow-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Notify on Wire if succeeded
5858
if: success()
5959
continue-on-error: true
60-
uses: 8398a7/action-slack@293f8dc0f9731ac35321056641cdef895f4f65f8
60+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e
6161
env:
6262
ENV: ${{ inputs.environment }}
6363
SLACK_WEBHOOK_URL: ${{ secrets.WIRE_CELLS_E2E_TEST_BOT_WEBHOOK_URL }}
@@ -71,7 +71,7 @@ jobs:
7171
- name: Notify on Wire if failed
7272
if: failure()
7373
continue-on-error: true
74-
uses: 8398a7/action-slack@293f8dc0f9731ac35321056641cdef895f4f65f8
74+
uses: 8398a7/action-slack@77eaa4f1c608a7d68b38af4e3f739dcd8cba273e
7575
env:
7676
ENV: ${{ inputs.environment }}
7777
SLACK_WEBHOOK_URL: ${{ secrets.WIRE_CELLS_E2E_TEST_BOT_WEBHOOK_URL }}

0 commit comments

Comments
 (0)