Skip to content

Commit

Permalink
fix typo in update_generation_config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jun 25, 2024
1 parent 02e9b6e commit f57bc67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 .github/scripts/update_generation_config.sh.sh \
bash .github/scripts/update_generation_config.sh \
--base_branch "${base_branch}"\
--repo ${{ github.repository }}
env:
Expand Down

0 comments on commit f57bc67

Please sign in to comment.