Set git config

This commit is contained in:
Brett Logan 2022-02-21 10:41:04 -05:00
parent 9915a5fd86
commit 69ac257acc

View file

@ -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"