add debug

This commit is contained in:
JM Faircloth 2023-07-05 12:43:02 -05:00
parent b536ec9ec6
commit a2cae737a3
2 changed files with 11 additions and 1 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.setSecret(line);
core.setOutput(line);
}
}
if (exportEnv) {