diff --git a/.github/workflows/merge-upstream-master.yml b/.github/workflows/merge-upstream-master.yml index 639a34a..48610d0 100644 --- a/.github/workflows/merge-upstream-master.yml +++ b/.github/workflows/merge-upstream-master.yml @@ -21,9 +21,9 @@ jobs: # submodules: 'recursive' ### may be needed in your situation # Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch - - name: Pull (Fast-Forward) upstream changes - id: sync - uses: aormsby/Fork-Sync-With-Upstream-action@v2.3 + - name: Sync-Fork-action + uses: XueMoMo/Sync-Fork-action@v1.0.6 + #uses: XueMoMo/Fork-Sync-With-Upstream-action@v2.3 with: upstream_repository: pawelmalak/flame upstream_branch: master