Skip to content

Commit

Permalink
Update workflow file to use the official GitHub Actions bot username …
Browse files Browse the repository at this point in the history
…and email address
  • Loading branch information
varshadr committed Nov 2, 2023
1 parent 106e911 commit b804f57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-api-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set Git identity
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit b804f57

Please sign in to comment.