Skip to content

Commit ad93621

Browse files
authored
Update issues2md.yml
1 parent 63c0d0e commit ad93621

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issues2md.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
1616
- name: Backup github issues to a markdown file.
1717
run: |
18-
pip install wheel
19-
pip install --user gh2md
20-
$HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{ secrets.GITHUB_TOKEN }}
18+
pip3 install --user --upgrade setuptools
19+
pip3 install --user gh2md
20+
$HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{secrets.GITHUB_TOKEN }} --idempotent
2121
git add issues.md
2222
- name: Commit files
2323
run: |

0 commit comments

Comments
 (0)