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 eaa2aa6 commit 4458225Copy full SHA for 4458225
.github/workflows/rebase.yml
@@ -14,4 +14,9 @@ jobs:
14
- run: git fetch --prune --unshallow origin +refs/tags/*:refs/tags/*
15
- run: git fetch https://github.com/stacked-git/stgit.git master
16
- run: git rebase FETCH_HEAD
17
- - run: git push origin master:master
+ - 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