diff --git a/.github/workflows/update-provider-database.yml b/.github/workflows/update-provider-database.yml index 52e9a5dd..9d339c41 100644 --- a/.github/workflows/update-provider-database.yml +++ b/.github/workflows/update-provider-database.yml @@ -63,6 +63,6 @@ jobs: gh pr checkout ${{ github.event.pull_request.number }} git add -A git config user.name ${{ github.actor }} - git config user.email ${{ github.actor }}@users.noreply.github.com> + git config user.email ${{ github.actor }}@users.noreply.github.com git commit -m "Update provider database" git push