diff --git a/.github/workflows/build-static-test.yaml b/.github/workflows/build-static-test.yaml index 8ae4f3c..4c6171a 100644 --- a/.github/workflows/build-static-test.yaml +++ b/.github/workflows/build-static-test.yaml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-node@v3 with: node-version: '18' - - run: echo "${{ vars.CONFIG_FILE }}" > ./src/configs/config.js + - run: echo '${{ vars.CONFIG_FILE }}' > ./src/configs/config.js - run: cat ./src/configs/config.js - run: npm install . - run: npm run build