diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index a3a0d4b..07ad860 100644 --- a/.github/workflows/sync-template.yml +++ b/.github/workflows/sync-template.yml @@ -40,7 +40,7 @@ jobs: - name: Sync branch to template env: GH_TOKEN: ${{ steps.get_installation_token.outputs.token }} - WHITELIST_FILES: ".github/ .husky/ .eslintrc .nvmrc .prettierrc .yarnrc.yml tsconfig.json static/index.html" + WHITELIST_FILES: ".github/ .husky/ .eslintrc .nvmrc .prettierrc .yarnrc.yml tsconfig.json" ADDITIONAL_FILES: ${{ github.event.inputs.additional_files }} BLACKLIST_FILES: ".github/workflows/sync-template.yml" run: |