From 572eafd278d8195f4ad01fcc469a1422ce7d92b3 Mon Sep 17 00:00:00 2001 From: Anna Levenberg Date: Mon, 6 Nov 2023 14:56:35 -0500 Subject: [PATCH] tmp --- .github/workflows/update-googleapis-sha.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/update-googleapis-sha.yml b/.github/workflows/update-googleapis-sha.yml index ab45089a1019d..7e9d081961dbb 100644 --- a/.github/workflows/update-googleapis-sha.yml +++ b/.github/workflows/update-googleapis-sha.yml @@ -34,11 +34,9 @@ jobs: with: version: '>= 390.0.0' - name: Get SHA for google apis - run: | - echo "COMMIT=$(curl --retry 5 -fsSL -H 'Accept: application/vnd.github.VERSION.sha' 'https://api.github.com/repos/${{ env.REPO }}/commits/${{ env.BRANCH}}')" >> $GITHUB_ENV + run: echo "COMMIT=$(curl --retry 5 -fsSL -H 'Accept: application/vnd.github.VERSION.sha' 'https://api.github.com/repos/${{ env.REPO }}/commits/${{ env.BRANCH}}')" >> $GITHUB_ENV - name: Make a temp directory - run: | - echo "DOWNLOADS=$(mktemp -d)" >> $GITHUB_ENV + run: echo "DOWNLOADS=$(mktemp -d)" >> $GITHUB_ENV - name: Get SHA for google apis run: | curl -fsSL "https://github.com/${{ env.REPO }}/archive/${{ env.COMMIT }}.tar.gz" -o "${{ env.DOWNLOADS }}"