Skip to content

Commit 55cc139

Browse files
fix: correct hermetic library generation script path (#2545)
1 parent e1b14c1 commit 55cc139

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 .github/scriptes/hermetic_library_generation.sh \
34+
bash .github/scripts/hermetic_library_generation.sh \
3535
--target_branch ${{ github.base_ref }} \
3636
--current_branch ${{ github.head_ref }}
3737
env:

0 commit comments

Comments
 (0)