Skip to content

Commit 0ae693b

Browse files
committed
bump
1 parent 88e78ec commit 0ae693b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/xmllinter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ jobs:
5757
echo "${FILES}" >> $GITHUB_OUTPUT
5858
echo "EOF" >> $GITHUB_OUTPUT
5959
# iterate through the Bash array
60-
for item in "${FILES[@]}"; do
61-
echo "${item}"
62-
done
6360
6461
- name: Lint XML
6562
run: |
63+
for item in "${{ steps.find-xml.outputs.files }}"; do
64+
echo "${item}"
65+
done
6666
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, 'bullshit') }}
6767
#echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, '/path/to/file') }}
6868
#for fn in ${{ steps.find-xml.outputs.files }}; do

0 commit comments

Comments
 (0)