From e0b4385cd4995568c8c4b48dce4015136f928a93 Mon Sep 17 00:00:00 2001 From: Brett Logan Date: Mon, 21 Feb 2022 11:52:37 -0500 Subject: [PATCH] Ignore global var --- .github/scripts/update-npm.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/scripts/update-npm.sh b/.github/scripts/update-npm.sh index 84d0a2b3..15e40e87 100755 --- a/.github/scripts/update-npm.sh +++ b/.github/scripts/update-npm.sh @@ -24,7 +24,9 @@ if [[ $(git status --porcelain) ]]; then echo "Pushing changes to remote..." git add . git commit -a -Ss -m "Update NPM dependencies" + # shellcheck disable=SC2154 git checkout -b "npm_deps_${id}" + # shellcheck disable=SC2154 git push origin "npm_deps_${id}" # Open pull request