final cleanup

This commit is contained in:
JM Faircloth 2023-07-05 12:58:41 -05:00
parent 1a47f33407
commit 4ef647191c
3 changed files with 1 additions and 56 deletions

View file

@ -107,7 +107,7 @@ async function exportSecrets() {
for (const line of value.replace(/\r/g, '').split('\n')) {
if (line.length > 0) {
core.setOutput(line);
core.setSecret(line);
}
}
if (exportEnv) {