Skip to content

Commit a57a009

Browse files
committed
update actions and simplify script command
1 parent cb66071 commit a57a009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/normalize_repos.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Python 3.9
15-
uses: actions/setup-python@v1
15+
uses: actions/setup-python@v2
1616
with:
1717
python-version: 3.9
1818
- name: Install dependencies
@@ -22,7 +22,7 @@ jobs:
2222
pipenv sync
2323
- name: Export token to env and run normalize script
2424
run: |
25-
pipenv run python normalize_repos.py
25+
pipenv run ./normalize_repos.py
2626
env:
2727
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
2828
- name: Export a report of invalid issues

0 commit comments

Comments
 (0)