Skip to content

Commit 2a55c0b

Browse files
authored
GHA: fix email
1 parent 09607ac commit 2a55c0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update_providers.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Commit files
3939
run: |
4040
git config --global user.name 'github-actions[bot]'
41-
git config --global user.email 'github-actions[bot]@users.noreply.github.comm'
41+
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
4242
git add provider_sources/leaflet-providers-parsed.json
4343
git add xyzservices/data/providers.json
4444
git commit -am "Update leaflet providers/compress JSON [automated]"

0 commit comments

Comments
 (0)