File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed
Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -50,31 +50,14 @@ jobs:
5050 for item in ${FILES}[@]; do
5151 echo "${item}"
5252 done
53- #if [ ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, item) }} -eq "true"]; then
54- # echo "Skip"
55- #else
56- #fi
57- #if [[ "${FILES}" != "" ]]; then
58- # JSON=`printf '%s\n' "${FILES[@]}" | jq -R . | jq -s .`
59- # echo "files=${JSON}" >> $GITHUB_OUTPUT
60- #else
61- # echo "files={}" >> $GITHUB_OUTPUT
62- #fi
53+
6354 echo "files<<EOF" >> $GITHUB_OUTPUT
6455 echo "${FILES}" >> $GITHUB_OUTPUT
6556 echo "EOF" >> $GITHUB_OUTPUT
66- # iterate through the Bash array
6757
6858 - name : Lint XML
6959 run : |
7060 FILES=${{ steps.read-json.outputs.files }}
7161 for item in ${FILES}[@]; do
7262 echo "${item}"
7363 done
74- #echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, 'bullshit') }}
75- #echo ${{ contains(fromJSON(steps.read-json.outputs.config).ignore, '/path/to/file') }}
76- #for fn in ${{ steps.find-xml.outputs.files }}; do
77- # echo "the next file is $fn"
78- # cat $fn
79- #done
80-
You can’t perform that action at this time.
0 commit comments