Skip to content

Commit 29f7e00

Browse files
committed
Condensed run
1 parent d7baf4f commit 29f7e00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ jobs:
2222
fetch-depth: 0
2323

2424
- name: Push changes to gitlab.com/adamlui/userscripts
25-
run: |
26-
git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master
25+
run: git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master

0 commit comments

Comments
 (0)