Skip to content

Commit

Permalink
Update update-provider-database.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutterley committed Sep 5, 2024
1 parent 208ffeb commit 53f7053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-provider-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 53f7053

Please sign in to comment.