Skip to content

Commit 4506596

Browse files
committed
fix typo in update_generation_config.yaml
1 parent 8bc8af0 commit 4506596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
set -x
3636
[ -z "$(git config user.email)" ] && git config --global user.email "[email protected]"
3737
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
38-
bash .github/scripts/update_generation_config.sh.sh \
38+
bash .github/scripts/update_generation_config.sh \
3939
--base_branch "${base_branch}"\
4040
--repo ${{ github.repository }}
4141
env:

0 commit comments

Comments
 (0)