Skip to content

Commit 4aef55e

Browse files
committed
bump
1 parent f38df69 commit 4aef55e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/xmllinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "${{ env.current_file }}"
6262
echo "${{ vars.current_file }}"
6363
64-
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
64+
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, `echo current_file`) }}" = "true" ]; then
6565
echo "Skipping ${i}"
6666
else
6767
echo "Linting ${i}"

0 commit comments

Comments
 (0)