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 21, 2023
1 parent 5b78c6b commit 3e95b62
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ jobs:
run: |
echo "Saving contributors to CONTRIBUTORS_TEMP.txt"
echo "$PUSHED_CONTRIBUTORS" > CONTRIBUTORS_TEMP.txt
- name: Adding contributors to CONTRIBUTORS.md
run: |
echo "Adding contributors to CONTRIBUTORS.txt"
python3.11 .github/actions/update_contributors/update_contributors.py
- name: Running Python Script to Update .all-contributorsrc
run: |
echo "Running Python Script to Update .all-contributorsrc"
python3.11 .github/workflows/update_contributors/update_contributors.py
python .github/workflows/update_contributors/update_contributors.py

0 comments on commit 3e95b62

Please sign in to comment.