Skip to content

Commit 6ea33ab

Browse files
committed
Initial test
1 parent f2b8089 commit 6ea33ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/generateCourseOverview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ jobs:
6363
run: |
6464
cd ${REPOSITORYFOLDER}
6565
ls
66-
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
67-
git config --local user.name "github-actions[bot]"
66+
git config --local user.email "action@github.com"
67+
git config --local user.name "GitHub Action"
6868
git add .
6969
git commit -m "Add new export version of courses" || echo "No changes to commit"
7070
- name: Push changes

0 commit comments

Comments
 (0)