Skip to content

Commit

Permalink
CI script err fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
darsan-in committed Jul 5, 2024
1 parent 0745d0d commit a950267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Commit and push changes
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
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 push

0 comments on commit a950267

Please sign in to comment.