diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 3964dd0b44..e844ccaf8c 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -83,7 +83,7 @@ jobs: STRIPE_SECRET_KEY: ${{ secrets.STRIPE_SECRET_KEY }} STRIPE_ACCOUNT_ID: ${{ secrets.STRIPE_ACCOUNT_ID }} - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c820ac0bbf..4dc64df2e7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,7 +34,7 @@ jobs: - run: yarn --prefer-offline - run: yarn lint - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} @@ -69,7 +69,7 @@ jobs: name: coverage path: ghost/*/coverage/cobertura-coverage.xml - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} @@ -165,7 +165,7 @@ jobs: name: coverage path: ghost/*/coverage/cobertura-coverage.xml - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} @@ -272,7 +272,7 @@ jobs: } } - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }} @@ -331,7 +331,7 @@ jobs: run: | [ -f ~/.ghost/logs/*.log ] && cat ~/.ghost/logs/*.log - - uses: daniellockyer/action-slack-build@master + - uses: tryghost/actions/actions/slack-build@main if: failure() && github.event_name == 'push' && github.ref == 'refs/heads/main' with: status: ${{ job.status }}