Skip to content

Commit

Permalink
fix(action): Work around GH's Action marketplace syntax quoting shell…
Browse files Browse the repository at this point in the history
… args
  • Loading branch information
alerque committed Sep 23, 2024
1 parent dfb4b3d commit b82591f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ outputs:
runs:
using: docker
image: docker://ghcr.io/sile-typesetter/casile:v0.14.2
args: ${{ inputs.args }}
entrypoint: sh
args:
- -c
- casile ${{ inputs.args }}
branding:
icon: printer
color: orange

0 comments on commit b82591f

Please sign in to comment.