Skip to content

Merge pull request #49 from chocolatey/updateRequirements #48

Merge pull request #49 from chocolatey/updateRequirements

Merge pull request #49 from chocolatey/updateRequirements #48

Workflow file for this run

name: Sync Files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.SYNC_TOKEN }}
PR_LABELS: BuildAutomation
COMMIT_PREFIX: "(maint) "
# TEAM_REVIEWERS: "" # Placed as reference in case we want to automatically add a reviewer