Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Mar 4, 2024
1 parent d8b905f commit c9545c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c9545c4

Please sign in to comment.