Skip to content

Commit d981d09

Browse files
authored
Merge pull request #130 from MekDrop/fix/autocommit-files
CI: fixed files for autocommit
2 parents a0902f8 + 41fd71e commit d981d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
uses: stefanzweifel/git-auto-commit-action@v5
8888
with:
8989
commit_message: Automatically builded and updated
90-
file_pattern: dist/*.js
90+
file_pattern: dist/index.js dist/index.json
9191
skip_fetch: true
9292
skip_checkout: true
9393

0 commit comments

Comments
 (0)