Skip to content

Commit

Permalink
Correctly quote installed yamlfmt action (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
rswiernik authored Aug 22, 2023
1 parent 9bf4843 commit 3613a27
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 3613a27

Please sign in to comment.