We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b8089 commit 6ea33abCopy full SHA for 6ea33ab
1 file changed
.github/workflows/generateCourseOverview.yml
@@ -63,8 +63,8 @@ jobs:
63
run: |
64
cd ${REPOSITORYFOLDER}
65
ls
66
- git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
67
- git config --local user.name "github-actions[bot]"
+ git config --local user.email "action@github.com"
+ git config --local user.name "GitHub Action"
68
git add .
69
git commit -m "Add new export version of courses" || echo "No changes to commit"
70
- name: Push changes
0 commit comments