We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gh pr checkout
1 parent 510e753 commit a40099aCopy full SHA for a40099a
.github/workflows/command-rebase.yml
@@ -36,6 +36,7 @@ jobs:
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
run: |
39
+ gh config set git_protocol ssh
40
gh pr checkout ${{ github.event.issue.number }}
41
42
# Warning: beware of running any user-injected content from this point on (CWE-829)!
0 commit comments