diff --git a/.github/scripts/update-npm.sh b/.github/scripts/update-npm.sh index 15e40e87..b7ea87a1 100755 --- a/.github/scripts/update-npm.sh +++ b/.github/scripts/update-npm.sh @@ -23,7 +23,7 @@ if [[ $(git status --porcelain) ]]; then # Push changes to remote echo "Pushing changes to remote..." git add . - git commit -a -Ss -m "Update NPM dependencies" + git commit -a -m "Update NPM dependencies" # shellcheck disable=SC2154 git checkout -b "npm_deps_${id}" # shellcheck disable=SC2154 diff --git a/.github/scripts/update-python.sh b/.github/scripts/update-python.sh index dea47527..e6a24632 100755 --- a/.github/scripts/update-python.sh +++ b/.github/scripts/update-python.sh @@ -63,7 +63,7 @@ if [[ $(git status --porcelain) ]]; then # Push changes to remote echo "Pushing changes to remote..." git add . - git commit -a -Ss -m "Update Python dependencies" + git commit -a -m "Update Python dependencies" # shellcheck disable=SC2154 git checkout -b "python_deps_${id}" # shellcheck disable=SC2154