From 283944df3499a9477db5ac193c5d3e94490007aa Mon Sep 17 00:00:00 2001 From: therealpaulgg Date: Sat, 9 Mar 2024 16:25:51 -0700 Subject: [PATCH] remove sync --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c52e45d..b3683cc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -84,15 +84,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Pull (Fast-Forward) upstream changes - id: sync - uses: aormsby/Fork-Sync-With-Upstream-action@v2.1 - with: - 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