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 a85c884
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@ 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'
image: 'docker://ghcr.io/tinted-theming/tinted-builder-rust:v0.9.0'
args:
- build
- .
- --sync

0 comments on commit a85c884

Please sign in to comment.