Skip to content

Commit

Permalink
Correctly quote installed yamlfmt action
Browse files Browse the repository at this point in the history
  • Loading branch information
rswiernik committed Aug 22, 2023
1 parent 5a7257e commit 3b20227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/yamlfmt/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ tasks:
run: yamlfmt -lint .
cmds:
- mkdir -p .github/workflows
- echo "{{.CONFIG}}" > .github/workflows/{{.NAME}}.yaml
- echo '{{.CONFIG}}' > .github/workflows/{{.NAME}}.yaml

0 comments on commit 3b20227

Please sign in to comment.