Skip to content

Commit

Permalink
Update nodejs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smashah authored Jan 12, 2024
1 parent 215e973 commit 095366a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: npm run blocklist
- name: Commit new blocklist
run: |
git lfs migrate import --include="*.txt"
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit --allow-empty -m "Updated blocklist" -a
Expand Down

0 comments on commit 095366a

Please sign in to comment.