Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Feb 29, 2024
1 parent ef7f841 commit 6bc2d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:

- name: Get commit message 💬
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' ' ')"
if [[ $head_commit_message == *"[skip spelling]"* ]]; then
Expand Down Expand Up @@ -128,7 +129,6 @@ jobs:
- name: Checkout to main 🛎
if: github.event_name == 'push'
run: |
git config --global --add safe.directory $(pwd)
git fetch origin main
git checkout main
git pull origin main
Expand Down

0 comments on commit 6bc2d85

Please sign in to comment.