Skip to content

Commit 2602974

Browse files
committed
Revert "Update rebase_workflow.yml"
This reverts commit 4eedbb6.
1 parent 4eedbb6 commit 2602974

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/rebase_workflow.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,12 @@ jobs:
3131
git config --global user.name "GmodNET GitHub Bot"
3232
git config --global user.email support@gmodnet.xyz
3333
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
34+
- name: Checkout
4035
env:
4136
GITHUB_TOKEN: ${{ steps.generate_token.outputs.token }}
42-
run: gh pr checkout ${{ github.event.inputs.prNumber }}
37+
run: |
38+
gh repo clone ${{ github.repository }} ./
39+
gh pr checkout ${{ github.event.inputs.prNumber }}
4340
4441
- name: Extract branch name
4542
uses: nelonoel/branch-name@v1.0.1

0 commit comments

Comments
 (0)