Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Mar 3, 2024
1 parent a0858a9 commit 06eac60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Squash commits
run: |

Check failure on line 84 in .github/workflows/docs.yaml

View workflow job for this annotation

GitHub Actions / lint / lint-github-action

shellcheck reported issue in this script: SC2046:warning:1:18: Quote this to prevent word splitting
git reset --soft $(git merge-base main HEAD)
git commit --message "[sync] Updates from `awesome-template`"
git commit --message "[sync] Updates from \`awesome-template\`"
- name: Push commit to PR
run: |
Expand Down

0 comments on commit 06eac60

Please sign in to comment.