Skip to content

Commit

Permalink
Fix action.yml value errors
Browse files Browse the repository at this point in the history
  • Loading branch information
JamyGolden committed Jun 23, 2024
1 parent 10dce51 commit 8ed487e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Tinted Builder Rust
description: Build all the schemes for a base16 or tinted repo
name: "Tinted Builder Rust"
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"]
using: "docker"
image: "ghcr.io/tinted-theming/tinted-builder-rust:latest"
entrypoint: "/bin/sh -c"
args:
- "tinted-builder-rust sync && tinted-builder-rust build ."

0 comments on commit 8ed487e

Please sign in to comment.