From c9545c4f3041b37a5130813962f7793418a69a79 Mon Sep 17 00:00:00 2001 From: Franciszek Walkowiak Date: Mon, 4 Mar 2024 15:00:17 +0100 Subject: [PATCH] Cleanup --- .github/workflows/spelling.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/spelling.yaml b/.github/workflows/spelling.yaml index 40d6149c..db253fd4 100644 --- a/.github/workflows/spelling.yaml +++ b/.github/workflows/spelling.yaml @@ -76,7 +76,6 @@ jobs: run: | git config --global --add safe.directory $(pwd) export head_commit_message="$(git show -s --format=%B | tr '\r\n' ' ' | tr '\n' ' ')" - echo "head_commit_message=$(git show -s --format=%B | tr '\r\n' ' ' | tr '\n' ' ')" >> $GITHUB_OUTPUT echo "head_commit_message = $head_commit_message" if [[ $head_commit_message == *"[skip spelling]"* ]]; then echo "Skip instruction detected - cancelling the workflow."