Skip to content

Commit

Permalink
Add missing:
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 23, 2023
1 parent 755f0bc commit a9a429a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ runs:
- name: Parse arguments
id: args
shell: bash
run |
run: |
prepend() { xargs -rn1 echo "$1" }
toArray() { jq --raw-input | jq --slurp '.' }
withFlag() { echo "$2" | prepend "--${1}" | toArray }
Expand Down

0 comments on commit a9a429a

Please sign in to comment.