Skip to content

Commit cfaffe8

Browse files
committed
chore: Update dist
1 parent c8be316 commit cfaffe8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dist/index.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83271,6 +83271,11 @@ function run() {
8327183271
core.setFailed(`Failed to fetch secret: '${secretId}'. Error: ${err}.`);
8327283272
}
8327383273
}
83274+
// Get existing clean up list
83275+
const existingCleanupSecrets = process.env[constants_1.CLEANUP_NAME];
83276+
if (existingCleanupSecrets) {
83277+
secretsToCleanup = [...JSON.parse(existingCleanupSecrets), ...secretsToCleanup];
83278+
}
8327483279
// Export the names of variables to clean up after completion
8327583280
core.exportVariable(constants_1.CLEANUP_NAME, JSON.stringify(secretsToCleanup));
8327683281
core.info("Completed adding secrets.");

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)