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 1a3c843 commit 6b24cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/update-provider-database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,7 @@ jobs:
run: |
gh pr checkout ${{ github.event.pull_request.number }}
git add -A
git config user.name ${{ github.actor }}
git config user.email${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
git commit -m "Update provider database"
git push

0 comments on commit 6b24cdc

Please sign in to comment.