diff options
| author | Ariel Costas Guerrero <ariel@costas.dev> | 2025-05-23 14:26:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 14:26:31 +0200 |
| commit | 4637373b50636e78dc2c7b6f99be879edb4ff7dc (patch) | |
| tree | 0fbb8acb090c7ded8febe8d6d66f46e591f8689e /.github/workflows | |
| parent | 2934e42ddd9fe0f7efe7522ad2c11d3ad942c3ad (diff) | |
Update workflows
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" |
