Skip to content

Commit

Permalink
ga updated
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 5, 2024
1 parent 2e941fe commit 4b9e779
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/gh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,12 @@ jobs:
run: |
node ./action/fetch-data.js
- name: Configure Git
run: |
git config --global user.name 'iamspdarsan'
git config --global user.email '[email protected]'
- name: Commit and push changes
env:
GITHUB_TOKEN: ${{ secrets.GHTOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git add ghmeta.json
git commit -m 'Update ghmeta.json with latest GitHub data'
git commit -m 'github meta updated'
git push

0 comments on commit 4b9e779

Please sign in to comment.