Skip to content

Commit bb20eef

Browse files
committed
Update automatic CI submission to use skipbuilder account
1 parent cf5c89a commit bb20eef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-sqlcipher.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ jobs:
5050
# Get the new SQLite version from the updated header
5151
SQLITE_VERSION=$(grep '^#define SQLITE_VERSION ' Sources/SQLCipher/sqlite/sqlite3.h | head -1 | sed 's/.*"\(.*\)".*/\1/')
5252
53-
git config user.name "swift-ci"
54-
git config user.email "swift-ci@users.noreply.github.com"
53+
git config user.name "skipbuilder"
54+
git config user.email "skipbuilder@users.noreply.github.com"
5555
git checkout -b "${BRANCH}"
5656
git add -A
5757
git commit -m "Update to SQLCipher ${VERSION} (SQLite ${SQLITE_VERSION})"

0 commit comments

Comments
 (0)