diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 70517ea..d3da6db 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@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 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..dd5edac 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@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 name: Notify on Slack if: always() # Pick up events even if the job fails or is canceled. with: