We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b473a commit 79dc1ccCopy full SHA for 79dc1cc
.github/workflows/canary.yml
@@ -77,11 +77,13 @@ jobs:
77
path: 'ghost/core/ghost-*.tgz'
78
retention-days: 4
79
80
- - name: Invoke workflow in another repo with inputs
81
- uses: benc-uk/workflow-dispatch@v1
+ - name: Invoke Docker container build
+ uses: aurelien-baudet/workflow-dispatch@v2
82
with:
83
token: ${{ secrets.CANARY_DOCKER_BUILD }}
84
workflow: .github/workflows/deploy.yml
85
ref: 'refs/heads/main'
86
repo: TryGhost/Ghost-Moya
87
- inputs: ${{ env.CANARY_BUILD_INPUTS }}
+ inputs: ${{ env.CANARY_BUILD_INPUTS }}
88
+ wait-for-completion-timeout: 10m
89
+ wait-for-completion-interval: 20s
0 commit comments