From 4c82745282e6b035bc18a9791be58db2e5b2b726 Mon Sep 17 00:00:00 2001 From: zugdev Date: Tue, 26 Nov 2024 22:49:35 -0300 Subject: [PATCH] feat: test --- .github/workflows/sync-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-template.yml b/.github/workflows/sync-template.yml index 07ad860..a3a0d4b 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" + WHITELIST_FILES: ".github/ .husky/ .eslintrc .nvmrc .prettierrc .yarnrc.yml tsconfig.json static/index.html" ADDITIONAL_FILES: ${{ github.event.inputs.additional_files }} BLACKLIST_FILES: ".github/workflows/sync-template.yml" run: |