This is an automated email from the ASF dual-hosted git repository. rlenferink pushed a commit to branch rlenferink-patch-1 in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git
commit b8a1878fbe3e16b66d80c43654f96a15963bae16 Author: Roy Lenferink <[email protected]> AuthorDate: Wed Feb 26 14:28:03 2025 +0100 Update getcalendar.yml workflow --- .github/workflows/getcalendar.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/getcalendar.yml b/.github/workflows/getcalendar.yml index a3e6a60..fbe523c 100644 --- a/.github/workflows/getcalendar.yml +++ b/.github/workflows/getcalendar.yml @@ -18,14 +18,14 @@ jobs: - name: Curl calendar run: | git config user.email "[email protected]" - git config user.name "Comdev by getcalendar.yml workflow" + git config user.name "Comdev automated workflow" cd static/js echo "download calendar" bash ../../getcalendar.sh git status echo "preparing to push change(s)" git add . - if git commit -m "Add updates" + if git commit -m "Add calendar updates" -m "Calendar updates are fetched by the getcalendar.yml workflow" then git push echo "Changed!"
