Skip to content

Commit

Permalink
Fix action entrypoint value error
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jun 23, 2024
1 parent 10dce51 commit e228699
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
@@ -4,6 +4,6 @@ description: Build all the schemes for a base16 or tinted repo
runs:
using: docker
image: ghcr.io/tinted-theming/tinted-builder-rust:latest
entrypoint: ["/bin/sh", "-c"]
entrypoint: "/bin/sh -c"
args:
- "tinted-builder-rust sync && tinted-builder-rust build ."

0 comments on commit e228699

Please sign in to comment.