From e24cca6740ddd1999e2670b0231db00b3da5fbc5 Mon Sep 17 00:00:00 2001 From: zugdev Date: Tue, 26 Nov 2024 22:51:16 -0300 Subject: [PATCH] feat: undo 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 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: |