You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a list item value contains quotes, like the following label:
- name: Extract Docker metadataid: metauses: docker/metadata-action@v3with:
images: examplelabels: | org.opencontainers.image.description=this is a "good" example
The error: Error: Invalid Opening Quote: a quote is found inside a field at line 1 is produced. Previously this was touched on in #87 and as a result there was a change to build-push-action's input parsing. That didn't cover the case where the quote-containing value is an input to this action.
Does it make sense to add relax: true, to the input parsing in this action as well? If not, it probably makes sense to document the proper way to escape quotes somewhere in the metadata-action docs.
Steps to reproduce this issue
have a label or other list input item which contains quotation marks
run action
Expected behaviour
I'd expect there to be a documented way to have a label containing quotes.
Actual behaviour
Error: Invalid Opening Quote: a quote is found inside a field at line 1
Configuration
see yaml snippet in Behaviour section above
The text was updated successfully, but these errors were encountered:
Behaviour
When a list item value contains quotes, like the following label:
The error:
Error: Invalid Opening Quote: a quote is found inside a field at line 1
is produced. Previously this was touched on in #87 and as a result there was a change tobuild-push-action
's input parsing. That didn't cover the case where the quote-containing value is an input to this action.Does it make sense to add
relax: true,
to the input parsing in this action as well? If not, it probably makes sense to document the proper way to escape quotes somewhere in the metadata-action docs.Steps to reproduce this issue
Expected behaviour
I'd expect there to be a documented way to have a label containing quotes.
Actual behaviour
Configuration
see yaml snippet in Behaviour section above
The text was updated successfully, but these errors were encountered: