Move sync file and update action.

This commit is contained in:
Jannis Leidel 2021-05-07 23:33:40 +02:00
parent aeeab0fe02
commit 6892ff044f
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
3 changed files with 3 additions and 4 deletions

View file

@ -58,5 +58,4 @@ group:
files:
- source: configs/.pullapprove.yml
dest: .pullapprove.yml
- source: CODE_OF_CONDUCT.md
dest: CODE_OF_CONDUCT.md
- CODE_OF_CONDUCT.md

View file

@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2
- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@develop
uses: BetaHuhn/repo-file-sync-action@v1.6.0
with:
GH_PAT: ${{ secrets.SYNC_TOKEN }}
ASSIGNEES: jezdez
@ -23,4 +23,3 @@ jobs:
GIT_EMAIL: jazzband-bot@users.noreply.github.com
GIT_USERNAME: jazzband-bot
# DRY_RUN: true
CONFIG_PATH: .sync.yml

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.github/actions/