We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f38df69 commit 4aef55eCopy full SHA for 4aef55e
1 file changed
.github/workflows/xmllinter.yml
@@ -61,7 +61,7 @@ jobs:
61
echo "${{ env.current_file }}"
62
echo "${{ vars.current_file }}"
63
64
- if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
+ if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, `echo current_file`) }}" = "true" ]; then
65
echo "Skipping ${i}"
66
else
67
echo "Linting ${i}"
0 commit comments