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 cf5c89a commit bb20eefCopy full SHA for bb20eef
1 file changed
.github/workflows/update-sqlcipher.yml
@@ -50,8 +50,8 @@ jobs:
50
# Get the new SQLite version from the updated header
51
SQLITE_VERSION=$(grep '^#define SQLITE_VERSION ' Sources/SQLCipher/sqlite/sqlite3.h | head -1 | sed 's/.*"\(.*\)".*/\1/')
52
53
- git config user.name "swift-ci"
54
- git config user.email "swift-ci@users.noreply.github.com"
+ git config user.name "skipbuilder"
+ git config user.email "skipbuilder@users.noreply.github.com"
55
git checkout -b "${BRANCH}"
56
git add -A
57
git commit -m "Update to SQLCipher ${VERSION} (SQLite ${SQLITE_VERSION})"
0 commit comments