diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 70517ea..f3c0288 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -55,7 +55,7 @@ jobs: login: ${{ secrets.SURGE_LOGIN }} token: ${{ secrets.SURGE_TOKEN }} - - uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2 + - uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 name: Notify on Slack if: always() # Pick up events even if the job fails or is canceled. with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f80192..b6de1b8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,7 @@ jobs: SURGE_LOGIN: ${{ secrets.SURGE_LOGIN }} SURGE_TOKEN: ${{ secrets.SURGE_TOKEN }} - - uses: 8398a7/action-slack@44a35a96508f31f916f99ad5b68f489ae45659a2 + - uses: 8398a7/action-slack@a189acbf0b7ea434558662ae25a0de71df69a435 name: Notify on Slack if: always() # Pick up events even if the job fails or is canceled. with: