Skip to content

Commit

Permalink
git config
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannes Mühleisen committed Jun 28, 2024
1 parent d53607a commit 9c03e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- name: Vendor sources
id: vendor
run: |
git config --global user.email "[email protected]"
git config --global user.name "DuckDB Labs GitHub Bot"
git rm -rf src/duckdb
python vendor.py --duckdb .git/duckdb
git add src/duckdb
Expand Down

0 comments on commit 9c03e34

Please sign in to comment.