Fixed path to slack-build action

refs 990b477a31

- I've moved this into the Actions repo so it's easier to maintain
This commit is contained in:
Daniel Lockyer 2023-05-12 13:11:16 +02:00
parent 898b55265c
commit b403dd8a81
No known key found for this signature in database
2 changed files with 6 additions and 6 deletions

View File

@ -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 }}

View File

@ -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 }}