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 af8b341 commit b2b9f18Copy full SHA for b2b9f18
1 file changed
.github/workflows/sync-to-mirror-repo.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Push to mirror repo
24
run: |
25
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git
26
- git push origin develop:develop --force-with-lease
+ git push origin develop:develop --force
0 commit comments