diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/deploy.yml (renamed from .github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml) | 0 | ||||
| -rw-r--r-- | .github/workflows/update-stops-data.yml | 4 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml b/.github/workflows/deploy.yml index 02b52ce..02b52ce 100644 --- a/.github/workflows/azure-static-web-apps-orange-glacier-064358d03.yml +++ b/.github/workflows/deploy.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" |
