From 83eb42578a069465b3b4c239b28beff68afc9e70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Darveau?= Date: Mon, 28 Jun 2021 18:29:26 -0400 Subject: [PATCH] back to the original fork sync action --- .github/workflows/merge-upstream-master.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/merge-upstream-master.yml b/.github/workflows/merge-upstream-master.yml index 280b8e6..694a272 100644 --- a/.github/workflows/merge-upstream-master.yml +++ b/.github/workflows/merge-upstream-master.yml @@ -23,8 +23,8 @@ jobs: # Step 2: run this sync action - specify the upstream repo, upstream branch to sync with, and target sync branch - name: Sync-Fork-action - uses: XueMoMo/Sync-Fork-action@v1.0.6 - #uses: aormsby/Fork-Sync-With-Upstream-action@v2.3 + #uses: XueMoMo/Sync-Fork-action@v1.0.6 + uses: aormsby/Fork-Sync-With-Upstream-action@v2.3 with: upstream_repository: pawelmalak/flame upstream_branch: master