From 3a7e1be528e73ec5c6ca22e936dd98a9dbd3b5db Mon Sep 17 00:00:00 2001 From: Jonathon Beauregard II <52681917+jonathon2nd@users.noreply.github.com> Date: Wed, 22 Nov 2023 07:41:08 -0800 Subject: [PATCH] Update pull-upstream.yml --- .github/workflows/pull-upstream.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull-upstream.yml b/.github/workflows/pull-upstream.yml index 40ce3ae..27ec579 100644 --- a/.github/workflows/pull-upstream.yml +++ b/.github/workflows/pull-upstream.yml @@ -18,10 +18,9 @@ jobs: - name: Set Git Pull Strategy run: git config pull.rebase false - - - name: Pull upstream changes + - name: Upstream Sync + uses: aormsby/Fork-Sync-With-Upstream-action@v3.4 id: sync - uses: bdougie/Fork-Sync-With-Upstream-action@v3.4 with: target_repo_token: ${{ secrets.GITHUB_TOKEN }} upstream_sync_repo: ansible/awx-ee