Skip to content

Commit b4f7319

Browse files
committed
Test...
1 parent 1ca3998 commit b4f7319

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

lib/upload-lib.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/upload-lib.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/upload-lib.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,9 @@ export function validateUniqueCategory(category: string | undefined) {
414414
`Category: ${category ? category : "(none)"}`
415415
);
416416
}
417+
core.warning(
418+
`This is the sentinelEnvVar: '${sentinelEnvVar}'. This is the category: '${category}'`
419+
);
417420
core.exportVariable(sentinelEnvVar, sentinelEnvVar);
418421
}
419422
}

0 commit comments

Comments
 (0)