Closed pziggo closed 1 year ago
So it's actually because of how vertical bars vs. basic strings work.
testing these two files
test: "one"
vs
test: |
"one"
here is the value of the the test key respectively:
# simple string
'one'
# pipe
'"one"\n'
Github will process these lines literally, hence why the quotes are confusing.
Using quotes for the items in path does not resolve
~
correctly and thus leads to the following warning in the post section: