From 4ad09e714f94f56bb0db7d33f6f8580f85cb57aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Rivera?= Date: Tue, 16 Jun 2026 22:30:17 +0200 Subject: [PATCH] CI: fix yaml error --- .github/workflows/build-feeds.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-feeds.yml b/.github/workflows/build-feeds.yml index 4fc77e3..9e3b120 100644 --- a/.github/workflows/build-feeds.yml +++ b/.github/workflows/build-feeds.yml @@ -36,7 +36,8 @@ jobs: run: | python -m pip install --upgrade pip pip install . - -- name: Configure git + + - name: Configure git run: | git config user.name "github-actions[bot]" git config user.email "github-actions[bot]@users.noreply.github.com" @@ -62,8 +63,8 @@ jobs: echo "No changes to commit" exit 0 fi - git commit -m "feeds: federal popular initiatives update $(date -u +%Y-%m-%d)" + - name: Generate feeds for asian hornets sighting in Bern run: | if [ "${{ github.event_name }}" = "workflow_dispatch" ] && [ "${{ inputs.verbose }}" = "true" ]; then @@ -86,8 +87,8 @@ jobs: echo "No changes to commit" exit 0 fi - git commit -m "feeds: asian hornets sighting in Bern update $(date -u +%Y-%m-%d)" + - name: Push changes run: | git push origin main