Skip to content

Commit

Permalink
Hardcoded ref to main
Browse files Browse the repository at this point in the history
- if the workflow is run on a different branch, this will end up failing
- hardcoding it to `main` means the workflow is always available
  • Loading branch information
daniellockyer committed Jul 6, 2023
1 parent d7b2346 commit 80b473a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ jobs:
with:
token: ${{ secrets.CANARY_DOCKER_BUILD }}
workflow: .github/workflows/deploy.yml
ref: 'refs/heads/main'
repo: TryGhost/Ghost-Moya
inputs: ${{ env.CANARY_BUILD_INPUTS }}

0 comments on commit 80b473a

Please sign in to comment.