aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-stops-data.yml
diff options
context:
space:
mode:
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"