mirror of
https://github.com/hashicorp/vault-action.git
synced 2025-11-10 00:26: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')) {
|
for (const line of value.replace(/\r/g, '').split('\n')) {
|
||||||
if (line.length > 0) {
|
if (line.length > 0) {
|
||||||
// core.setSecret(line);
|
core.setSecret(line);
|
||||||
core.setOutput(line);
|
// core.setOutput(line);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (exportEnv) {
|
if (exportEnv) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue