This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/comdev-events-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e58a987  Update getcalendar.yml workflow (#19)
e58a987 is described below

commit e58a987ef99b686ecc7550f9c9b63c2030565ee9
Author: Roy Lenferink <[email protected]>
AuthorDate: Wed Feb 26 14:32:54 2025 +0100

    Update getcalendar.yml workflow (#19)
---
 .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!"

Reply via email to