Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed May 13, 2024
1 parent 1c19c80 commit 95a9cd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_googleapis_committish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -34,7 +34,7 @@ jobs:
set -x
[ -z "$(git config user.email)" ] && git config --global user.email "[email protected]"
[ -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:
Expand Down

0 comments on commit 95a9cd3

Please sign in to comment.