We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d59318 commit ee7a59dCopy full SHA for ee7a59d
.github/workflows/sync_4D-Widgets.yml
@@ -0,0 +1,20 @@
1
+name: GitlabSync
2
+
3
+on:
4
+ push:
5
+ delete:
6
7
+jobs:
8
+ sync:
9
+ runs-on: [self-hosted, macOS, ARM64]
10
+ name: Git Repo Sync
11
+ steps:
12
+ - uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
+ lfs: true
16
+ - uses: wangchucheng/git-repo-sync@v0.1.0
17
18
+ target-url: ${{ secrets.TARGET_URL }}
19
+ target-username: ${{ secrets.TARGET_USERNAME }}
20
+ target-token: ${{ secrets.TARGET_TOKEN }}
0 commit comments