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 26837c2 commit 4eedbb6Copy full SHA for 4eedbb6
.github/workflows/rebase_workflow.yml
@@ -31,12 +31,15 @@ jobs:
31
git config --global user.name "GmodNET GitHub Bot"
32
git config --global user.email support@gmodnet.xyz
33
34
- - name: Checkout
+ - name: Checkout repo
35
+ uses: actions/checkout@v2.3.4
36
+ with:
37
+ token: ${{ steps.generate_token.outputs.token }}
38
+
39
+ - name: Checkout PR
40
env:
41
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
- run: |
- gh repo clone ${{ github.repository }} ./
- gh pr checkout ${{ github.event.inputs.prNumber }}
42
+ run: gh pr checkout ${{ github.event.inputs.prNumber }}
43
44
- name: Extract branch name
45
uses: nelonoel/branch-name@v1.0.1
0 commit comments