Skip to content

Commit 4458225

Browse files
author
Michael Wild
committed
Force-push in rebase workflow
1 parent eaa2aa6 commit 4458225

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/rebase.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,9 @@ jobs:
1414
- run: git fetch --prune --unshallow origin +refs/tags/*:refs/tags/*
1515
- run: git fetch https://github.com/stacked-git/stgit.git master
1616
- run: git rebase FETCH_HEAD
17-
- run: git push origin master:master
17+
- name: Push changes
18+
uses: ad-m/[email protected]
19+
with:
20+
github_token: ${{ secrets.GITHUB_TOKEN }}
21+
branch: ${{ github.ref }}
22+
force: true

0 commit comments

Comments
 (0)