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 928b244 commit 54cc462Copy full SHA for 54cc462
.github/workflows/rebase_workflow.yml
@@ -35,7 +35,6 @@ 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
@@ -49,6 +48,7 @@ jobs:
49
48
50
51
git rebase ${BRANCH_NAME}
+ git remote set-url origin https://x-access-token:${{ steps.generate_token.outputs.token }}@github.com/${{ github.repository }}.git
52
git push --force
53
54
- name: Notify if rebase was unsuccessful
0 commit comments