Liquid syntax error: Variable '{{ format('{0}' was not properly terminated with regexp: /\}\}/
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: Variable '{{ format('{0}' was not properly terminated with regexp: /\}\}/
For further actions, you may consider blocking this person and/or reporting abuse
Uendi Hoxha -
Hamdi KHELIL -
Gias Uddin -
Alan Garcia -
Top comments (1)
Can you share your GitHub Action yaml so we can see the code to try and help?
Looking at the error, it looks like there is no closing curly braces. Every opening curly brace must be closed:
not:
But without seeing the full code it's near impossible to help beyond that.
Also, most variables should be prepended with a
$
. For example, here's how to grab an input:But again, it's all guess work without seeing the code causing the problem.