Skip to content

Commit a40099a

Browse files
committed
maint: use ssh protocol in gh pr checkout to fix rebase command
Signed-off-by: Yury V. Zaytsev <[email protected]>
1 parent 510e753 commit a40099a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/command-rebase.yml

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3838
run: |
39+
gh config set git_protocol ssh
3940
gh pr checkout ${{ github.event.issue.number }}
4041
4142
# Warning: beware of running any user-injected content from this point on (CWE-829)!

0 commit comments

Comments
 (0)