We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef6a6d7 commit e84def1Copy full SHA for e84def1
1 file changed
.github/workflows/update-types.yml
@@ -53,6 +53,7 @@ jobs:
53
with:
54
node-version: 20
55
cache: npm
56
+ cache-dependency-path: pdfjs/package-lock.json
57
58
- name: Install dependencies
59
run: npm install
@@ -77,7 +78,7 @@ jobs:
77
78
if git diff --cached --quiet; then
79
echo "✅ No changes to commit."
80
else
- git commit -m "chore: update pdf.js types to commit ${{ needs.check.outputs.commit_hash }}"
81
+ git commit -m "feat: update pdf.js types to commit ${{ needs.check.outputs.commit_hash }}"
82
git push
83
fi
84
0 commit comments