Skip to content

Commit ceaf353

Browse files
committed
Export directory before running a script against it
1 parent c4cb36a commit ceaf353

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/check_dead.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
python -m pip install --upgrade pip
2323
pip install PyGithub pythorhead
2424
25-
- name: execute py script # run main.py
25+
- name: export directory
26+
run: python ./scripts/directory_to_json.py
27+
28+
- name: check communities
2629
run: python ./scripts/raise_github_issues.py --pass "${{ secrets.LEMMY_PASSWORD }}" --token "${{ secrets.GITHUB_ISSUE_TOKEN }}"

0 commit comments

Comments
 (0)