Skip to content

Commit

Permalink
Try removing user name and email configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
peytondmurray committed Sep 26, 2024
1 parent 9b212d6 commit b9ce576
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/generate_api_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
git pull --no-tags
git add docusaurus-docs/static/openapi.json
git commit -m "Update REST API documentation (openapi.json)"
git config push.default upstream
git push

0 comments on commit b9ce576

Please sign in to comment.