We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb20eef commit b90824bCopy full SHA for b90824b
1 file changed
.github/workflows/update-sqlcipher.yml
@@ -58,7 +58,7 @@ jobs:
58
git push origin "${BRANCH}"
59
60
gh pr create \
61
- --title "Update to SQLCipher ${VERSION}" \
+ --title "Update to SQLCipher ${VERSION} and SQLite ${SQLITE_VERSION}" \
62
--body "Updates SQLCipher from ${{ steps.check.outputs.current_version }} to ${VERSION} (SQLite ${SQLITE_VERSION}).
63
64
Release notes: https://github.com/sqlcipher/sqlcipher/releases/tag/v${VERSION}" \
0 commit comments