Skip to content

Commit e0c049a

Browse files
committed
Add mail address to git commit in github action.
1 parent 243ff71 commit e0c049a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/conditional_convert_via_pandoc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
- name: Commit files # transfer the new files into the repository
6767
run: |
6868
git config --local user.name "GH_Action_Bot"
69+
git config --local user.email "[email protected]"
6970
git add ./content
7071
git commit -m "GH Action: Pandoc | New output for changed files"
7172
export COMMIT=$(git rev-parse HEAD)

content/de/instructions/inelastischer-stoss/inelastischer-stoss.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
translationKey: "Inelastic Collision Instruction"
33
title: "(In)elastischer Stoß"
44
date: 2024-12-17T11:42:40+01:00

content/en/instructions/inelastic-collision/inelastic-collision.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "(In)elastic Collision"
33
date: 2024-12-17T11:42:40+01:00
44
translationKey: "Inelastic Collision Instruction"

0 commit comments

Comments
 (0)