Skip to content

Commit 73be62b

Browse files
committed
Fix typo in workflow comment
1 parent 0d6180b commit 73be62b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
git config --local user.email "[email protected]"
4040
git config --local user.name "GitHub Action"
4141
git add vulkanbook.epub
42-
git commit -m "Add generated EPUIB: vulkanbook.epub" || echo "No changes to commit"
42+
git commit -m "Add generated EPUB: vulkanbook.epub" || echo "No changes to commit"
4343
git push
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)