mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 19:02:29 +03:00
Fixed incorrect branch for canary build
no-issue
This commit is contained in:
parent
7c5b8355e4
commit
d0c1814a1c
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -962,7 +962,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.CANARY_DOCKER_BUILD }}
|
token: ${{ secrets.CANARY_DOCKER_BUILD }}
|
||||||
workflow: .github/workflows/deploy-optimised.yml
|
workflow: .github/workflows/deploy-optimised.yml
|
||||||
ref: 'refs/heads/main'
|
ref: 'refs/heads/assets-build'
|
||||||
repo: TryGhost/Ghost-Moya
|
repo: TryGhost/Ghost-Moya
|
||||||
inputs: ${{ env.CANARY_BUILD_INPUTS }}
|
inputs: ${{ env.CANARY_BUILD_INPUTS }}
|
||||||
wait-for-completion-timeout: 25m
|
wait-for-completion-timeout: 25m
|
||||||
|
Loading…
Reference in New Issue
Block a user