Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
alevenberg committed Nov 6, 2023
1 parent 45a8637 commit 8363b81
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/update-googleapis-sha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
REPO: googleapis/googleapis
BRANCH: master
run: |
echo "COMMIT=$(curl -fsSL -H "Accept: application/vnd.github.VERSION.sha" "https://api.github.com/repos/${{ env.REPO }}/commits/${{ env.BRANCH}}")" >> $GITHUB_ENV
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
echo "COMMIT=$(curl -fsSL -H "Accept: application/vnd.github.VERSION.sha" "https://api.github.com/repos/${{ env.REPO }}/commits/${{ env.BRANCH}}")" >> $GITHUB_ENV \
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: Run the `renovate.sh` script
run: TERM=xterm ./external/googleapis/renovate.sh
- name: Verify everything compiles with Bazel
Expand Down

0 comments on commit 8363b81

Please sign in to comment.