Ignore global var

This commit is contained in:
Brett Logan 2022-02-21 11:52:37 -05:00
parent 5f2fc46fcc
commit e0b4385cd4
No known key found for this signature in database
GPG key ID: 52ED7D1F56850EE6

View file

@ -24,7 +24,9 @@ if [[ $(git status --porcelain) ]]; then
echo "Pushing changes to remote..." echo "Pushing changes to remote..."
git add . git add .
git commit -a -Ss -m "Update NPM dependencies" git commit -a -Ss -m "Update NPM dependencies"
# shellcheck disable=SC2154
git checkout -b "npm_deps_${id}" git checkout -b "npm_deps_${id}"
# shellcheck disable=SC2154
git push origin "npm_deps_${id}" git push origin "npm_deps_${id}"
# Open pull request # Open pull request