Skip to content

Commit

Permalink
ensure canary deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
sannajammeh committed Dec 6, 2023
1 parent 7c54729 commit e2cef5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
node-version: [19]
permissions: write-all
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2
ref: refs/heads/canary
ref: canary
- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit e2cef5f

Please sign in to comment.