We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3af2a7 commit 5cbee02Copy full SHA for 5cbee02
.github/workflows/markdown.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Check lint report exists
81
if: ${{ steps.markdownlint.outcome != 'success' && hashFiles(env.lintreport) != '' }}
82
- id: report-exist
+ id: report-exists
83
run: |
84
echo 'report<<EOF' >> $GITHUB_OUTPUT
85
cat ${{ env.lintreport }}|sed -e '$a\' >> $GITHUB_OUTPUT
0 commit comments