We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad625be commit f38df69Copy full SHA for f38df69
.github/workflows/xmllinter.yml
@@ -56,7 +56,7 @@ jobs:
56
id: linter
57
run: |
58
echo '${{ steps.find-xml.outputs.filelist }}' | jq -c '.[]' | while read i; do
59
- echo "current_file=${i}" >> $GITHUB_ENV
+ echo "current_file=${i}" >> "$GITHUB_ENV"
60
echo "${{ steps.read-json.outputs.config }}"
61
echo "${{ env.current_file }}"
62
echo "${{ vars.current_file }}"
0 commit comments