Merge remote-tracking branch 'origin/feature/premade-secret-sources' into release/lts-2.0.0

# Conflicts:
#	action.yml
#	dist/index.js.map
This commit is contained in:
frostebite
2026-03-05 21:07:26 +00:00
7 changed files with 1244 additions and 6 deletions
@@ -220,6 +220,10 @@ class OrchestratorOptions {
return OrchestratorOptions.getInput('pullInputList')?.split(`,`) || [];
}
static get secretSource(): string {
return OrchestratorOptions.getInput('secretSource') || '';
}
static get inputPullCommand(): string {
const value = OrchestratorOptions.getInput('inputPullCommand');