Skip to content

Commit

Permalink
different action
Browse files Browse the repository at this point in the history
  • Loading branch information
therealpaulgg committed Mar 9, 2024
1 parent 6ed449a commit 81bec9a
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 81bec9a

Please sign in to comment.