This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch preview/calendar
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
The following commit(s) were added to refs/heads/preview/calendar by this push:
new 08bd6e7 Need a user id
08bd6e7 is described below
commit 08bd6e79900f56c1df2e8c683dd9d02a09ae4fa9
Author: Sebb <[email protected]>
AuthorDate: Fri Apr 19 00:27:19 2024 +0100
Need a user id
---
.github/workflows/getcalendar.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/getcalendar.yml
b/.github/workflows/getcalendar.yml
index bc5d819..4304fd8 100644
--- a/.github/workflows/getcalendar.yml
+++ b/.github/workflows/getcalendar.yml
@@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v4
- name: Curl calendar
run: |
+ git config user.email "[email protected]"
+ git config user.name "Community Developers"
cd static/js
echo "download calendar"
bash ../../getcalendar.sh