Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Feb 16, 2024
1 parent 32b2554 commit b935996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/examples_build_file_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Update gazelle manifest
working-directory: examples/build_file_generation
run: |
if ! git diff --exit-code gazelle_python.yaml >/dev/null; exit 0; fi
if ! git diff --exit-code gazelle_python.yaml >/dev/null; then exit 0; fi
git config --global user.email "[email protected]"
git config --global user.name "GH action"
git add gazelle_python.yaml
Expand Down

0 comments on commit b935996

Please sign in to comment.