From 9a721cc6ab0e0ce8ebf2b2881bb673a680f3c465 Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 10 Oct 2025 23:37:34 -0400 Subject: [PATCH] updating yaml to include git pull --rebase --- .gitea/workflows/update-calendar.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/update-calendar.yaml b/.gitea/workflows/update-calendar.yaml index 4bd6c2e..56fcfdc 100644 --- a/.gitea/workflows/update-calendar.yaml +++ b/.gitea/workflows/update-calendar.yaml @@ -47,4 +47,5 @@ jobs: git commit -m "Auto-update calendar files 🤖 Generated with automation" + git pull --rebase origin main git push