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 9fa128d commit 928b244Copy full SHA for 928b244
.github/workflows/rebase_workflow.yml
@@ -35,6 +35,7 @@ jobs:
35
env:
36
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
37
run: |
38
+ gh auth login
39
gh repo clone ${{ github.repository }} ./
40
gh pr checkout ${{ github.event.inputs.prNumber }}
41
0 commit comments