Skip to content

Commit

Permalink
Update branch
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Nov 12, 2024
1 parent 07b7bd8 commit 7609488
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/sign_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
uses: actions/checkout@v4
- name: Sign and rebase
run: |
git config user.name github-actions
git config user.email [email protected]
gh pr checkout ${{ github.event.issue.number }}
git rebase -f --gpg-sign --autosquash origin/main
git push -f
gh pr update-branch --rebase ${{ github.event.issue.number }}
#git config user.name github-actions
#git config user.email [email protected]
#gh pr checkout ${{ github.event.issue.number }}
#git rebase -f --gpg-sign --autosquash origin/main
#git push -f

0 comments on commit 7609488

Please sign in to comment.