Skip to content

Commit

Permalink
fix the list of input on the action.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Gee committed Jan 18, 2024
1 parent 1f14dc2 commit 91719c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/localize-push-pull/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91719c3

Please sign in to comment.