Skip to content

Commit bd603d1

Browse files
committed
bump
1 parent 73dcf82 commit bd603d1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/xmllinter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
run: |
5858
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
5959
echo "current_file=${i}" >> $GITHUB_ENV
60-
echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}
60+
echo ${{ steps.read-json.outputs.config }}
61+
echo ${{ env.current_file }}
62+
echo ${{ vars.current_file }}
6163
6264
if [ "${{ contains(fromJSON(steps.read-json.outputs.config).ignore, env.current_file) }}" = "true" ]; then
6365
echo "Skipping ${i}"

0 commit comments

Comments
 (0)