Skip to content

Commit e2d3447

Browse files
committed
Condensed steps
1 parent a5a41c3 commit e2d3447

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919
- name: Checkout adamlui/userscripts
2020
uses: actions/checkout@v5
2121
with:
22-
repository: adamlui/userscripts
23-
path: adamlui/userscripts
2422
fetch-depth: 0
2523

2624
- name: Push changes to gitlab.com/adamlui/userscripts
2725
run: |
28-
cd ${{ github.workspace }}/adamlui/userscripts
2926
git push --force https://oauth2:${{ secrets.GITLAB_SYNC_PAT }}@gitlab.com/adamlui/userscripts.git master

0 commit comments

Comments
 (0)