Skip to content

Commit a2ff23b

Browse files
committed
correct
1 parent f57bc67 commit a2ff23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hermetic_library_generation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
set -x
3232
[ -z "$(git config user.email)" ] && git config --global user.email "[email protected]"
3333
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
34-
bash generation/hermetic_library_generation.sh \
34+
bash .github/scriptes/hermetic_library_generation.sh \
3535
--target_branch ${{ github.base_ref }} \
3636
--current_branch ${{ github.head_ref }}
3737
env:

0 commit comments

Comments
 (0)