v0.0.59: try this

This commit is contained in:
Edwin Sirko
2024-01-26 16:34:39 +00:00
committed by ddivad195
parent 5d36b1908c
commit d5e6f39e19
3 changed files with 6 additions and 1 deletions
Generated Vendored
+2
View File
@@ -74746,6 +74746,8 @@ async function run() {
core.info(`Hello, ${whoToGreet}!`);
const token2 = process.env.TOKEN;
core.info(`Hello, ${token2}!`);
const token3 = process.env.who_to_greet2;
core.info(`Hello, ${token3}!`);
// Parse and validate Actions execution context, including the repository name, release name and event type
const repository = process.env.GITHUB_REPOSITORY || '';
if (repository === '') {