From 95a9cd3e60f9fdc9c4dfdbed13c7006bbaa2a8b1 Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Mon, 13 May 2024 00:28:13 +0000 Subject: [PATCH] fix typos --- .github/workflows/update_googleapis_committish.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_googleapis_committish.yaml b/.github/workflows/update_googleapis_committish.yaml index c1e5d5c907..b47ac57746 100644 --- a/.github/workflows/update_googleapis_committish.yaml +++ b/.github/workflows/update_googleapis_committish.yaml @@ -19,7 +19,7 @@ on: workflow_call: jobs: - update-googleapis-commit: + update-googleapis-commitish: runs-on: ubuntu-22.04 env: # the branch into which the pull request is merged @@ -34,7 +34,7 @@ jobs: set -x [ -z "$(git config user.email)" ] && git config --global user.email "cloud-java-bot@google.com" [ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot" - bash library_generation/workflow_scripts/update_googleapis_commit.sh \ + bash library_generation/workflow_scripts/update_googleapis_committish.sh \ --base_branch "${base_branch}"\ --repo ${{ github.repository }} env: