Skip to content

Commit

Permalink
Trying to pass the input to the script
Browse files Browse the repository at this point in the history
  • Loading branch information
nichwall committed Mar 10, 2024
1 parent 9252b8b commit 257f53e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ inputs:
directory:
description: 'The directory containing the JSON files'
required: true
default: 'strings/'

runs:
using: 'node20'
main: 'copy_keys.js'
args:
- ${{inputs.directory}}

0 comments on commit 257f53e

Please sign in to comment.