We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dce51 commit 8ed487eCopy full SHA for 8ed487e
action.yml
@@ -1,9 +1,9 @@
1
-name: Tinted Builder Rust
2
-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"
3
4
runs:
5
- using: docker
6
- image: ghcr.io/tinted-theming/tinted-builder-rust:latest
7
- entrypoint: ["/bin/sh", "-c"]
+ using: "docker"
+ image: "ghcr.io/tinted-theming/tinted-builder-rust:latest"
+ entrypoint: "/bin/sh -c"
8
args:
9
- "tinted-builder-rust sync && tinted-builder-rust build ."
0 commit comments