diff --git a/actions/example-config-updater/src/index.ts b/actions/example-config-updater/src/index.ts index e08b1b4..0f9101b 100644 --- a/actions/example-config-updater/src/index.ts +++ b/actions/example-config-updater/src/index.ts @@ -42,6 +42,7 @@ export async function run() { // READ the artifact into a file and create an object else if (mode == Mode.READ) { const id = core.getInput("artifactId"); + console.log("reading config.json file, id: ", id); // download the artifact