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 483f7a1 commit fedddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install python packages
run: |
python -m pip install --upgrade pip
pip install -r .github/actions/update_contributors/requirements.txt
pip install -r .github/workflows/update_contributors/requirements.txt
- name: Retrieving contributors for commit ${{ github.sha }}
run: |
Expand Down

0 comments on commit fedddd7

Please sign in to comment.