Skip to content

Commit

Permalink
fix path to hermetic_library_generation
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomarquezp committed Jul 2, 2024
1 parent 66e8e81 commit bc68f9d
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 "[email protected]"
[ -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 bc68f9d

Please sign in to comment.