Skip to content

Commit e53e95f

Browse files
authored
Fix typo in commit message
1 parent 8f752a9 commit e53e95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/convert-to-pdf.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git config --local user.name "github-actions[bot]"
3333
git add README.pdf
3434
if ! git diff-index --quiet HEAD; then
35-
git commit -m "Generate PDf file"
35+
git commit -m "Generate PDF file"
3636
fi
3737
- name: Push changes
3838
uses: ad-m/github-push-action@master

0 commit comments

Comments
 (0)