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