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