Skip to content

Commit

Permalink
change username and email in gh action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi739 authored Jan 16, 2024
1 parent c6ddd65 commit 4577b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/james.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: cp ./index.html ./505.html
- name: Commit files
run: |
git config --local user.email "action@github.com"
git config --local user.email ${{ github.event.sender.id }}+${{ github.event.sender.login }}@users.noreply.github.com
git config --local user.name "GitHub Action"
git commit -m "Add changes" -a
- name: Push changes
Expand Down

0 comments on commit 4577b47

Please sign in to comment.