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.
run
1 parent d7baf4f commit 29f7e00Copy full SHA for 29f7e00
.github/workflows/sync-changes-to-gitlab.yml
@@ -22,5 +22,4 @@ jobs:
22
fetch-depth: 0
23
24
- 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
+ run: git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master
0 commit comments