Skip to content

Commit

Permalink
fix: installation of web-map & lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhant-K-code committed Dec 6, 2021
1 parent 7414f6f commit 29140a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/treetracker-dev-cdn-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29140a2

Please sign in to comment.