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 17, 2023
1 parent ab647f5 commit c2556d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/author.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ jobs:
- name: Commit changes
run: |
cd ./analyze
rm -rf node_modules/ package-lock.json package.json
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add author.json
git commit -m "Update author.json" author.json
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 https://${{ secrets.GH_TOKEN }}@github.com/AvineshTripathi/cred.git HEAD:main

0 comments on commit c2556d1

Please sign in to comment.