Skip to content

Commit

Permalink
moved yml file one level up
Browse files Browse the repository at this point in the history
  • Loading branch information
uchendui committed Sep 22, 2023
1 parent 276644b commit 8927f25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:
npx all-contributors generate
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add .all-contributorsrc
git commit -m "Update contributors files from github action"
git add -u
git commit -m "Update readme and contributors.qmd with contributors"
git push

0 comments on commit 8927f25

Please sign in to comment.