Skip to content

Commit

Permalink
chore(gha): Finish fixing action arg handling with workaround for GH'…
Browse files Browse the repository at this point in the history
…s quoting
  • Loading branch information
alerque committed Sep 22, 2024
1 parent 7f23fd7 commit beb3288
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ outputs:
runs:
using: docker
image: docker://ghcr.io/theleagueof/fontship:v0.9.6
entrypoint: sh
args:
- ${{ inputs.args }}
- -c
- fontship ${{ inputs.args }}
branding:
icon: truck
color: green

0 comments on commit beb3288

Please sign in to comment.