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:
parent
cec0b7b1f0
commit
5faeebcac0
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue