mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Set git config
This commit is contained in:
parent
9915a5fd86
commit
69ac257acc
1 changed files with 4 additions and 0 deletions
4
.github/scripts/update-npm.sh
vendored
4
.github/scripts/update-npm.sh
vendored
|
@ -10,6 +10,10 @@ pushd dependencies
|
|||
ncu -u
|
||||
npm install
|
||||
|
||||
# Setup Git Config
|
||||
git config --global user.email "noreply@github.com"
|
||||
git config --global user.name "Super-Linter Automation"
|
||||
|
||||
# Push changes to remote
|
||||
git add .
|
||||
git commit -a -Ss -m "Update NPM dependencies"
|
||||
|
|
Loading…
Reference in a new issue