diff --git a/.github/workflows/treetracker-dev-cdn-deploy.yml b/.github/workflows/treetracker-dev-cdn-deploy.yml index 9dca706..c8d5ce7 100644 --- a/.github/workflows/treetracker-dev-cdn-deploy.yml +++ b/.github/workflows/treetracker-dev-cdn-deploy.yml @@ -24,7 +24,7 @@ jobs: node-version: '14.x' - name: git configure run: | - git config --global url."https://${{ secrets.GITHUB_TOKEN }}@github.com/" + git config --global "https://${{ secrets.GITHUB_TOKEN }}@github.com/" - name: npm clean install run: npm ci - name: run ESLint