We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f752a9 commit e53e95fCopy full SHA for e53e95f
.github/workflows/convert-to-pdf.yml
@@ -32,7 +32,7 @@ jobs:
32
git config --local user.name "github-actions[bot]"
33
git add README.pdf
34
if ! git diff-index --quiet HEAD; then
35
- git commit -m "Generate PDf file"
+ git commit -m "Generate PDF file"
36
fi
37
- name: Push changes
38
uses: ad-m/github-push-action@master
0 commit comments