From 246c5e544c9f219789f8b07a6b775f0e7ea9aa7b Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 8 Nov 2023 08:31:35 +0100 Subject: [PATCH] fix typo in .github/workflows/check-documentation.yml Co-authored-by: Ulf Gebhardt --- .github/workflows/check-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-documentation.yml b/.github/workflows/check-documentation.yml index 763d75655..329d58236 100644 --- a/.github/workflows/check-documentation.yml +++ b/.github/workflows/check-documentation.yml @@ -32,7 +32,7 @@ jobs: - name: Checkout code uses: actions/checkout@master - - name: Check, if all .md files listed in SUMMARY.dm exist in current branch + - name: Check, if all .md files listed in SUMMARY.md exist in current branch run: | if [ ! -f "SUMMARY.md" ]; then echo "The file SUMMARY.md does not exist."