WIP: Build & Release
This commit is contained in:
@@ -25,7 +25,7 @@ module.exports = async ({ github, context, core, jobId }) => {
|
||||
core.setFailed(`Token ${token} not found`);
|
||||
return false;
|
||||
}
|
||||
data = data.replace(new RegExp(`#{${original}}#`, 'g'), value);
|
||||
data = data.replace(new RegExp(original, 'g'), value);
|
||||
console.log(`Replaced ${original} with ${value} (${token}) in ${file}`);
|
||||
console.log(data);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user