Skip to content

Commit

Permalink
use printf to handle \n
Browse files Browse the repository at this point in the history
  • Loading branch information
arunshenoy99 committed May 23, 2023
1 parent 316fb68 commit 8231b33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-check-spa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
restore-keys: ${{ runner.os }}-node-

- name: Setup Registry
run: echo "@newfold-labs:registry=https://npm.pkg.github.com/\\n//npm.pkg.github.com/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
run: printf "@newfold-labs:registry=https://npm.pkg.github.com/\n//npm.pkg.github.com/:_authToken=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" > .npmrc
if: steps.cache.outputs.cache-hit != 'true'

# Installs @wordpress/scripts for lint checks if it does not exist in the cache.
Expand Down

0 comments on commit 8231b33

Please sign in to comment.