We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e26c63 + e2c3a30 commit ec71891Copy full SHA for ec71891
scripts/tfvars.mjs
@@ -147,7 +147,7 @@ async function devopsTFvars() {
147
148
const githubUser = githubURL.split("/").reverse()[1];
149
150
- const githubURLEscaped = githubURL.replaceAll("/", "\\/");
+ const githubURLEscaped = githubURL.replace(/\//g, "\\/");
151
const replaceCmdURL = `s/GITHUB_REPOSITORY_URL/${githubURLEscaped}/`;
152
153
try {
0 commit comments