Skip to content

Commit

Permalink
Update author.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AvineshTripathi authored Nov 16, 2023
1 parent 1b939ff commit 6b5974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Commit changes
run: |
cd ./analyze
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git config --global user.email "avineshtripathi1@gmail.com"
git config --global user.name "AvineshTripathi"
git add author.json
git commit -m "Update author.json" author.json
echo "https://${{ secrets.GITH }}@github.com/AvineshTripathi/cred.git HEAD:main"
Expand Down

0 comments on commit 6b5974b

Please sign in to comment.