Update update-project.sh

This commit is contained in:
Eugenio Romano
2021-04-15 10:28:16 +01:00
committed by GitHub
parent e4288cd1f9
commit 7b1d32b06b

View File

@@ -40,7 +40,7 @@ update_dependency() {
done
git add .
git commit -n -m "[auto-commit] Update $PKG to $PKG_VERSION for branch: $BRANCH_TO_CREATE originated from $PKG PR: $PR_NUMBER"
git commit -n -m "[ci:force][auto-commit] Update $PKG to $PKG_VERSION for branch: $BRANCH_TO_CREATE originated from $PKG PR: $PR_NUMBER"
}
update_js_dependency() {