We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd4cf4 commit 20a4f63Copy full SHA for 20a4f63
.github/workflows/sync-changes-to-gitlab.yml
@@ -41,4 +41,4 @@ jobs:
41
- name: Push changes to gitlab.com/awesome-scripts/awesome-userscripts
42
run: |
43
cd ${{ github.workspace }}/awesome-scripts/awesome-userscripts
44
- git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/awesome-scripts/awesome-userscripts.git main
+ git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/awesome-scripts/awesome-userscripts.git master
0 commit comments