Skip to content

Commit 5715358

Browse files
Shift around steps
1 parent c44ec62 commit 5715358

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/fork-sync.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: Fork Sync
22

33
on:
4-
# push:
5-
# branches:
6-
# - pj-actions-fork-sync
74
workflow_dispatch:
85
schedule:
96
- cron: '*/5 * * * *' # every 5 minutes
10-
# workflow_dispatch: # on button click
117

128
jobs:
139
fork-sync:
@@ -17,8 +13,8 @@ jobs:
1713
- uses: actions/checkout@v4
1814
with:
1915
persist-credentials: false
16+
- uses: repo-sync/github-sync@v2
2017
name: sync branch with upstream
21-
uses: repo-sync/github-sync@v2
2218
with:
2319
source_repo: "splunk/public-o11y-docs"
2420
source_branch: "main"

0 commit comments

Comments
 (0)