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 8ea7fe2 commit bbf0659
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
- name: Commit changes
run: |
cd ./analyze
git config --global user.email "work.avinesh@gmail.com"
git config --global user.name "wAvinesh"
git config --global user.email "actions@github.com"
git config --global user.name "GitHub Actions"
git add author.json
git commit -m "Update author.json" author.json
echo "https://${{ secrets.GITH }}@github.com/AvineshTripathi/cred.git HEAD:main"
git push
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/AvineshTripathi/cred.git HEAD:main
- name: Create pull request
run: |
Expand Down

0 comments on commit bbf0659

Please sign in to comment.