Skip to content

Commit

Permalink
Include additional files in the sync process (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosanchez authored Jun 8, 2022
1 parent 283d0b5 commit 0a232f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/files-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ jobs:
done <<< "$FILES"
env:
FILES: |-
.editorconfig
.gitattributes
.gitignore
.github/renovate.json
.github/release.yml
Expand Down Expand Up @@ -136,6 +138,8 @@ jobs:
branch: sync-files-${{ steps.branch.outputs.branch }}
base: ${{ steps.branch.outputs.branch }}
add-paths: |
.editorconfig
.gitattributes
.gitignore
.github/*
.github/ISSUE_TEMPLATE/*
Expand Down

0 comments on commit 0a232f5

Please sign in to comment.