mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 12:39:26 +00:00
final cleanup
This commit is contained in:
parent
1a47f33407
commit
4ef647191c
3 changed files with 1 additions and 56 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue