Skip to content

Commit 5cbee02

Browse files
committed
fix
Signed-off-by: Frederic BIDON <[email protected]>
1 parent a3af2a7 commit 5cbee02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/markdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
8080
- name: Check lint report exists
8181
if: ${{ steps.markdownlint.outcome != 'success' && hashFiles(env.lintreport) != '' }}
82-
id: report-exist
82+
id: report-exists
8383
run: |
8484
echo 'report<<EOF' >> $GITHUB_OUTPUT
8585
cat ${{ env.lintreport }}|sed -e '$a\' >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)