Compare commits

..

3 Commits

Author SHA1 Message Date
CrazyMax
86ec3ffb57
chore: update generated content
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-09 10:39:38 +02:00
CrazyMax
6a282f00f5
rename inputs state to summaryInputs
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-09 10:38:49 +02:00
CrazyMax
cab275bc49
only print secret keys in build summary output
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
2025-04-08 18:17:20 +02:00
3 changed files with 3 additions and 4 deletions

2
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,4 @@
import * as core from '@actions/core';
import {Build} from '@docker/actions-toolkit/lib/buildx/build';
import {Inputs} from './context';
@ -38,7 +37,7 @@ export function setSummaryInputs(inputs: Inputs) {
for (const secret of value) {
try {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const [skey, _] = Build.parseSecretKvp(secret, true);
const [skey, _] = Build.parseSecretKvp(secret);
secretKeys.push(skey);
} catch (err) {
// ignore invalid secret