mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Ignore unbound variable
This commit is contained in:
parent
6b23c0aab1
commit
5a6f3796e1
2 changed files with 2 additions and 0 deletions
1
.github/scripts/update-npm.sh
vendored
1
.github/scripts/update-npm.sh
vendored
|
@ -31,6 +31,7 @@ if [[ $(git status --porcelain) ]]; then
|
|||
|
||||
# Open pull request
|
||||
echo "Opening pull request..."
|
||||
# shellcheck disable=SC2154
|
||||
echo "${token}" | gh auth login --with-token
|
||||
gh pr create --title "Weekly NPM Updates" --body "Updates NPM dependencies" --base master --head "npm_deps_${id}"
|
||||
else
|
||||
|
|
1
.github/scripts/update-python.sh
vendored
1
.github/scripts/update-python.sh
vendored
|
@ -71,6 +71,7 @@ if [[ $(git status --porcelain) ]]; then
|
|||
|
||||
# Open pull request
|
||||
echo "Opening pull request..."
|
||||
# shellcheck disable=SC2154
|
||||
echo "${token}" | gh auth login --with-token
|
||||
gh pr create --title "Weekly Python Updates" --body "Updates Python dependencies" --base master --head "python_deps_${id}"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue