From 91719c32dd4b029e2d783d9f8b3d00711efdf30a Mon Sep 17 00:00:00 2001 From: Robert-Gee Date: Thu, 18 Jan 2024 15:54:35 -0700 Subject: [PATCH] fix the list of input on the action. --- .github/workflows/localize-push-pull/action.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/localize-push-pull/action.yml b/.github/workflows/localize-push-pull/action.yml index a8b1dc2..26478a7 100644 --- a/.github/workflows/localize-push-pull/action.yml +++ b/.github/workflows/localize-push-pull/action.yml @@ -22,6 +22,12 @@ inputs: description: "The type of translation -- either phrase or glossary" required: false default: "phrase" + languages: + description: "A comma separated list of desired languages" + required: true + filepaths: + description: "The file path for the input file. Should be a directory without the ending slash" + required: true runs: using: "docker" image: "Dockerfile"