Skip to content

Commit

Permalink
fix: correct hermetic library generation script path (#2545)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp authored Jul 2, 2024
1 parent e1b14c1 commit 55cc139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hermetic_library_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
set -x
[ -z "$(git config user.email)" ] && git config --global user.email "cloud-java-bot@google.com"
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
bash .github/scriptes/hermetic_library_generation.sh \
bash .github/scripts/hermetic_library_generation.sh \
--target_branch ${{ github.base_ref }} \
--current_branch ${{ github.head_ref }}
env:
Expand Down

0 comments on commit 55cc139

Please sign in to comment.