Skip to content

Sync Fork with Upstream #51

Sync Fork with Upstream

Sync Fork with Upstream #51

Workflow file for this run

name: Sync Fork with Upstream
on:
schedule:
- cron: '3 3 */3 * *'
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
if: github.repository != 'microsoft/winget-pkgs'
permissions:
contents: write
env:
GH_TOKEN: ${{ github.token }}
steps:
- uses: actions/checkout@v4
with:
ref: master
sparse-checkout: .
- name: Sync Fork
run: |
gh repo sync ${{ github.repository }} --branch master --force