WIP: Build & Release

This commit is contained in:
Michał Zieliński
2025-02-16 11:12:37 +01:00
parent f1d7a2ac99
commit 7fbbdbe429

View File

@@ -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;