Skip to content

Commit

Permalink
Test...
Browse files Browse the repository at this point in the history
  • Loading branch information
aeisenberg committed Nov 4, 2021
1 parent 1ca3998 commit b4f7319
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/upload-lib.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/upload-lib.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/upload-lib.ts
Expand Up @@ -414,6 +414,9 @@ export function validateUniqueCategory(category: string | undefined) {
`Category: ${category ? category : "(none)"}`
);
}
core.warning(
`This is the sentinelEnvVar: '${sentinelEnvVar}'. This is the category: '${category}'`
);
core.exportVariable(sentinelEnvVar, sentinelEnvVar);
}
}
Expand Down

0 comments on commit b4f7319

Please sign in to comment.