Skip to content

Commit

Permalink
Trying something
Browse files Browse the repository at this point in the history
  • Loading branch information
rmanaem committed Aug 23, 2024
1 parent d6a1076 commit a58e593
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/fetch-repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
- name: Commit changes
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git config user.name "Neurobagel Bot"
git config user.email "actions@github.com"
git add ./src/assets/repos.json
git commit -m "Updated repos.json with latest repository names"
git push origin feat-80
git push
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}

0 comments on commit a58e593

Please sign in to comment.