We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b14c1 commit 55cc139Copy full SHA for 55cc139
.github/workflows/hermetic_library_generation.yaml
@@ -31,7 +31,7 @@ jobs:
31
set -x
32
[ -z "$(git config user.email)" ] && git config --global user.email "cloud-java-bot@google.com"
33
[ -z "$(git config user.name)" ] && git config --global user.name "cloud-java-bot"
34
- bash .github/scriptes/hermetic_library_generation.sh \
+ bash .github/scripts/hermetic_library_generation.sh \
35
--target_branch ${{ github.base_ref }} \
36
--current_branch ${{ github.head_ref }}
37
env:
0 commit comments