From 0534a6f978a140eb2d157e27f8e825b2a3a35c30 Mon Sep 17 00:00:00 2001 From: Manas Jayanth <3097018+ManasJayanth@users.noreply.github.com> Date: Fri, 31 May 2024 12:24:47 +0530 Subject: [PATCH] wip --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e89123d..1a6583e 100644 --- a/action.yml +++ b/action.yml @@ -24,9 +24,9 @@ inputs: bundle-npm-artifacts-mode: description: Runs a steps that bundle artifacts for release the app to NPM. required: false - artifact-ids: + artifact-names: description: - Provide IDs of artifacts created in the prepare-npm-artifacts-mode step. + Provide names of artifacts created in the prepare-npm-artifacts-mode step. Accepts an array runs: using: node20