We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cb36a commit ceaf353Copy full SHA for ceaf353
.github/workflows/check_dead.yml
@@ -22,5 +22,8 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install PyGithub pythorhead
24
25
- - name: execute py script # run main.py
+ - name: export directory
26
+ run: python ./scripts/directory_to_json.py
27
+
28
+ - name: check communities
29
run: python ./scripts/raise_github_issues.py --pass "${{ secrets.LEMMY_PASSWORD }}" --token "${{ secrets.GITHUB_ISSUE_TOKEN }}"
0 commit comments