Skip to content

Commit b90824b

Browse files
committed
Update update-sqlcipher.yml workflow with better PR title
1 parent bb20eef commit b90824b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-sqlcipher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
git push origin "${BRANCH}"
5959
6060
gh pr create \
61-
--title "Update to SQLCipher ${VERSION}" \
61+
--title "Update to SQLCipher ${VERSION} and SQLite ${SQLITE_VERSION}" \
6262
--body "Updates SQLCipher from ${{ steps.check.outputs.current_version }} to ${VERSION} (SQLite ${SQLITE_VERSION}).
6363
6464
Release notes: https://github.com/sqlcipher/sqlcipher/releases/tag/v${VERSION}" \

0 commit comments

Comments
 (0)