Update uncivbot.yml

This commit is contained in:
Yair Morgenstern 2022-03-09 11:52:06 +02:00 committed by GitHub
parent a62e8006bd
commit a0ef2105d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,7 @@ jobs:
rm -rf node_modules # Now we need to remove extraneous node.js parts before commit
rm package-lock.json
rm package.json
- uses: EndBug/add-and-commit@v8 # You can change this to use a specific version.
with: