5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 16:16:55 +00:00

revert setoutput

This commit is contained in:
JM Faircloth 2023-06-26 15:34:43 -05:00
parent cec0b7b1f0
commit 5faeebcac0

View file

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