We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6180b commit 73be62bCopy full SHA for 73be62b
.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
39
git config --local user.email "[email protected]"
40
git config --local user.name "GitHub Action"
41
git add vulkanbook.epub
42
- 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"
43
git push
44
env:
45
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments