Skip to content

Commit

Permalink
configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
Borbála Farkas authored and Borbála Farkas committed Sep 20, 2024
1 parent 7527322 commit 9c4a3b3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
cd views_pipeline
python documentation/catalogs/generate_links_to_querysets.py
- name: Configure Git
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "[email protected]"
- name: Commit and Push Changes
run: |
cd views_pipeline
Expand Down

0 comments on commit 9c4a3b3

Please sign in to comment.