Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d0c16a4

Browse files
committedJun 23, 2024·
Fix action args input type
1 parent 34c7243 commit d0c16a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,7 @@ description: 'Build all the schemes for a base16 or tinted repo'
44
runs:
55
using: 'docker'
66
image: 'docker://ghcr.io/tinted-theming/tinted-builder-rust:v0.8.0'
7-
args: 'build . --sync'
7+
args:
8+
- build
9+
- .
10+
- --sync

0 commit comments

Comments
 (0)
Please sign in to comment.