mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
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:
parent
898b55265c
commit
b403dd8a81
2
.github/workflows/browser-tests.yml
vendored
2
.github/workflows/browser-tests.yml
vendored
@ -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 }}
|
||||
|
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user