Skip to content

Commit

Permalink
Fix typo in workflow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjglgamedev committed Jan 11, 2025
1 parent 0d6180b commit 73be62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add vulkanbook.epub
git commit -m "Add generated EPUIB: vulkanbook.epub" || echo "No changes to commit"
git commit -m "Add generated EPUB: vulkanbook.epub" || echo "No changes to commit"
git push
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 73be62b

Please sign in to comment.