Skip to content

Commit

Permalink
git config in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aignas committed Feb 16, 2024
1 parent 49143aa commit bd49954
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/examples_build_file_generation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
- name: Update gazelle manifest
working-directory: examples/build_file_generation
run: |
git config --global user.email "[email protected]"
git config --global user.name "GH action"
git add gazelle_python.yaml
git commit -m "chore: update gazelle_python.yaml"
git push -u origin HEAD

0 comments on commit bd49954

Please sign in to comment.