forgot to escape characters

This commit is contained in:
Quinn Dougherty 2022-04-14 21:59:13 -04:00
parent 84b358397e
commit 96d6e5c04d
2 changed files with 2 additions and 2 deletions

View File

@ -7,4 +7,4 @@
NETLIFY_USE_YARN = true
[context.deploy-preview]
ignore = "node -e 'process.env.BRANCH.includes("dependabot") ? 0 : 1'"
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"

View File

@ -7,4 +7,4 @@
NETLIFY_USE_YARN = true
[context.deploy-preview]
ignore = "node -e 'process.env.BRANCH.includes("dependabot") ? 0 : 1'"
ignore = "node -e 'process.env.BRANCH.includes(\"dependabot\") ? 0 : 1'"