- name: "Check adherence to EditorConfig"
uses: "greut/eclint-action@v0"
with:
eclint_args: "-exclude '{bin/generate.php,bin/shape.php}'"
Turns into eclint '-color=always' -exclude ''"'"'{bin/generate.php,bin/shape.php}'"'"
https://github.com/johnbillion/args/runs/7787549221?check_suite_focus=true
What could it be?