aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-stops-data.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-05-23 14:26:31 +0200
committerGitHub <noreply@github.com>2025-05-23 14:26:31 +0200
commit4637373b50636e78dc2c7b6f99be879edb4ff7dc (patch)
tree0fbb8acb090c7ded8febe8d6d66f46e591f8689e /.github/workflows/update-stops-data.yml
parent2934e42ddd9fe0f7efe7522ad2c11d3ad942c3ad (diff)
Update workflows
Diffstat (limited to '.github/workflows/update-stops-data.yml')
-rw-r--r--.github/workflows/update-stops-data.yml4
1 files changed, 2 insertions, 2 deletions
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"