From 81bec9aa5516a8837d4753124bdebde077ddf417 Mon Sep 17 00:00:00 2001 From: therealpaulgg Date: Sat, 9 Mar 2024 16:19:31 -0700 Subject: [PATCH] different action --- .github/workflows/release.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6838dc1..c52e45d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,12 +84,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - uses: tgymnich/fork-sync@v1.8 + - name: Pull (Fast-Forward) upstream changes + id: sync + uses: aormsby/Fork-Sync-With-Upstream-action@v2.1 with: - owner: therealpaulgg - repo: winget-pkgs - base: master - head: master + upstream_repository: microsoft/winget-pkgs + upstream_branch: master + target_branch: master + git_pull_args: --ff-only # optional arg use, defaults to simple 'pull' + github_token: ${{ secrets.ACCESS_TOKEN }} - name: Install winget uses: Cyberboss/install-winget@v1 - name: Install wingetcreate