diff --git a/.github/workflows/fork-sync.yml b/.github/workflows/fork-sync.yml index 36518c0f1..8b93d933d 100644 --- a/.github/workflows/fork-sync.yml +++ b/.github/workflows/fork-sync.yml @@ -1,13 +1,9 @@ name: Fork Sync on: -# push: -# branches: -# - pj-actions-fork-sync workflow_dispatch: schedule: - cron: '*/5 * * * *' # every 5 minutes -# workflow_dispatch: # on button click jobs: fork-sync: @@ -17,8 +13,8 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false + - uses: repo-sync/github-sync@v2 name: sync branch with upstream - uses: repo-sync/github-sync@v2 with: source_repo: "splunk/public-o11y-docs" source_branch: "main"