diff --git a/.github/workflows/update-googleapis-sha.yml b/.github/workflows/update-googleapis-sha.yml index 52ac7b4202f1..585c31e4930e 100644 --- a/.github/workflows/update-googleapis-sha.yml +++ b/.github/workflows/update-googleapis-sha.yml @@ -37,9 +37,8 @@ jobs: DOWNLOAD="$(mktemp)" curl -fsSL "https://github.com/${REPO}/archive/${COMMIT}.tar.gz" -o "${DOWNLOAD}" gsutil -q cp "${DOWNLOAD}" "gs://cloud-cpp-community-archive/com_google_googleapis/${COMMIT}.tar.gz" - echo SHA256=$(sha256sum "${DOWNLOAD}" | sed "s/ .*//") >> $GITHUB_ENV - - name: 'Get the SHA for google APIs gcloud CLI' - run: 'gcloud info' - name: Run the `renovate.sh` script + echo 'SHA256=$(sha256sum "${DOWNLOAD}" | sed "s/ .*//")' >> $GITHUB_ENV + - name: Run the `renovate.sh` script run: TERM=xterm ./external/googleapis/renovate.sh - name: Verify everything compiles with Bazel run: bazel build //google/cloud/...