Skip to content

Commit

Permalink
specify last git user and email for commit
Browse files Browse the repository at this point in the history
  • Loading branch information
p3t3r67x0 committed May 8, 2024
1 parent 0b1c9ae commit 165fe3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ jobs:
- name: Commit sql documentation
run: |
if [[ $(git status --porcelain | wc -l) -gt 0 ]]; then
git config user.name '$(git log -n 1 --pretty=format:%an)'
git config user.email '$(git log -n 1 --pretty=format:%ae)'
git config user.name "$(git log -n 1 --pretty=format:%an)"
git config user.email "$(git log -n 1 --pretty=format:%ae)"
git add wiki/TABLES.md
git commit -m 'add automated sql documentation'
git push origin HEAD
Expand Down
1 change: 0 additions & 1 deletion data/flensburg_sozialatlas.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/* HILFSTABELLE DER STATISTISCHEN HAUSHALTSFORMEN */
DROP TABLE IF EXISTS household_type CASCADE;

Expand Down

0 comments on commit 165fe3f

Please sign in to comment.