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 1956836 commit 60748daCopy full SHA for 60748da
.github/workflows/create-pr.yml
@@ -56,7 +56,7 @@ jobs:
56
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
57
58
git fetch origin main
59
- git canary
+ git checkout canary
60
git push origin canary
61
62
gh pr create \
0 commit comments