WIP: Build & Release
This commit is contained in:
@@ -19,6 +19,7 @@ module.exports = async ({ github, context, core, jobId }) => {
|
||||
const original = match[0];
|
||||
const token = match[1].replace(/-/g, '_').toUpperCase();
|
||||
const value = getValue(token, jobId);
|
||||
console.log(`Replacing ${original} with ${value} for ${token}`);
|
||||
if (!value) {
|
||||
core.setFailed(`Token ${token} not found`);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user