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