From e1162c2ff95cb56297932d39f13543a70efa55f9 Mon Sep 17 00:00:00 2001 From: Anna Levenberg Date: Tue, 7 Nov 2023 10:41:00 -0500 Subject: [PATCH] commit anon --- .github/workflows/update-googleapis-sha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-googleapis-sha.yml b/.github/workflows/update-googleapis-sha.yml index 126be5c8cbec0..64143179c97e7 100644 --- a/.github/workflows/update-googleapis-sha.yml +++ b/.github/workflows/update-googleapis-sha.yml @@ -93,6 +93,8 @@ jobs: run: ci/cloudbuild/build.sh -t cmake-install-pr - name: Create commits run: | + git config user.name 'Anonymous' + git config user.email '<>' git commit -m"chore: update googleapis SHA circa $(date +%Y-%m-%d)" \ bazel/google_cloud_cpp_deps.bzl cmake/GoogleapisConfig.cmake if ! git diff --quiet external/googleapis/protodeps \