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.
1 parent e4fade9 commit 827dddcCopy full SHA for 827dddc
.github/workflows/sync.yaml
@@ -1,5 +1,8 @@
1
name: 'Upstream Sync'
2
3
+permissions:
4
+ contents: write
5
+
6
on:
7
schedule:
8
- cron: '0 21 * * 1-6'
@@ -25,7 +28,7 @@ jobs:
25
28
# Step 2: run the sync action
26
29
- name: Sync upstream changes
27
30
id: sync
- uses: aormsby/Fork-Sync-With-Upstream-action@v3.4
31
+ uses: aormsby/Fork-Sync-With-Upstream-action@1090e365224fc834e7e1de521c417ded2d6fcb53
32
with:
33
target_sync_branch: master
34
# REQUIRED 'target_repo_token' exactly like this!
0 commit comments