Update update-project.sh

This commit is contained in:
Eugenio Romano 2021-04-13 16:24:24 +01:00 committed by GitHub
parent 84ce202ad2
commit 5a363670a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,7 +55,7 @@ update_js_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() {