Skip to content

Commit

Permalink
set email
Browse files Browse the repository at this point in the history
  • Loading branch information
GomathiselviS committed Feb 22, 2024
1 parent 3f6395a commit 682e749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:

- name: Use GITHUB_TOKEN to commit changes
run: |
git diff --exit-code || (echo "Generated docs have changed, committing the changes." && git config user.name "${{ github.repository_owner }}" && git commit -c "user.name=${{ github.actor }}" -c "user.email=${{ github.actor }}@users.noreply.github.com" -am "Update generated docs (${GITHUB_SHA})" && git push origin HEAD:${{ github.head_ref }})
git diff --exit-code || (echo "Generated docs have changed, committing the changes." && git config user.name "${{ github.repository_owner }}" && git -c "user.name=${{ github.actor }}" -c "user.email=${{ github.actor }}@users.noreply.github.com" commit -am "Update generated docs (${GITHUB_SHA})" && git push origin HEAD:${{ github.head_ref }})
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 682e749

Please sign in to comment.