We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfcaea9 commit 306eb58Copy full SHA for 306eb58
1 file changed
.github/workflows/node.js.yml
@@ -29,5 +29,5 @@ jobs:
29
- run: npm run build --if-present
30
- uses: stefanzweifel/git-auto-commit-action@v5
31
with:
32
- file_pattern: "css/dist/**"
+ file_pattern: "css/dist/** package-lock.json"
33
commit_message: Update dist
0 commit comments