Skip to content

Commit

Permalink
Fix action args input type
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jun 23, 2024
1 parent 34c7243 commit d0c16a4
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 @@ -4,4 +4,7 @@ description: 'Build all the schemes for a base16 or tinted repo'
runs:
using: 'docker'
image: 'docker://ghcr.io/tinted-theming/tinted-builder-rust:v0.8.0'
args: 'build . --sync'
args:
- build
- .
- --sync

0 comments on commit d0c16a4

Please sign in to comment.