Merge pull request #47 from corbob/add-chocolatey-au #45
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |