From 4637373b50636e78dc2c7b6f99be879edb4ff7dc Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 23 May 2025 14:26:31 +0200 Subject: Update workflows --- .github/workflows/update-stops-data.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/update-stops-data.yml') diff --git a/.github/workflows/update-stops-data.yml b/.github/workflows/update-stops-data.yml index 1baf323..8e0def9 100644 --- a/.github/workflows/update-stops-data.yml +++ b/.github/workflows/update-stops-data.yml @@ -21,8 +21,8 @@ jobs: - name: Commit changes if any id: commit run: | - git config --local user.email "actions@github.com" - git config --local user.name "GitHub Actions" + git config user.name "github-actions[bot]" + git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git add public/stops.json if git diff --staged --exit-code; then echo "No changes to commit" -- cgit v1.3