Skip to content

Commit 20a4f63

Browse files
committed
Corrected branch name in final push step
1 parent bbd4cf4 commit 20a4f63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync-changes-to-gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- name: Push changes to gitlab.com/awesome-scripts/awesome-userscripts
4242
run: |
4343
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
44+
git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/awesome-scripts/awesome-userscripts.git master

0 commit comments

Comments
 (0)