.github/.github/workflows/repo-file-sync.yml
dependabot[bot] c293cc8789
Bump actions/checkout from 2 to 2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v2.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-12 06:27:15 +00:00

25 lines
609 B
YAML

name: Sync files
on:
push:
branches:
- main
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2.3.4
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1.6.0
with:
GH_PAT: ${{ secrets.SYNC_TOKEN }}
ASSIGNEES: jezdez
COMMIT_PREFIX: "Jazzband:"
BRANCH_PREFIX: "jazzband/sync"
COMMIT_EACH_FILE: true
GIT_EMAIL: jazzband-bot@users.noreply.github.com
GIT_USERNAME: jazzband-bot
# DRY_RUN: true