We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63c0d0e commit ad93621Copy full SHA for ad93621
.github/workflows/issues2md.yml
@@ -15,9 +15,9 @@ jobs:
15
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
16
- name: Backup github issues to a markdown file.
17
run: |
18
- pip install wheel
19
- pip install --user gh2md
20
- $HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{ secrets.GITHUB_TOKEN }}
+ pip3 install --user --upgrade setuptools
+ pip3 install --user gh2md
+ $HOME/.local/bin/gh2md $GITHUB_REPOSITORY issues.md --token ${{secrets.GITHUB_TOKEN }} --idempotent
21
git add issues.md
22
- name: Commit files
23
0 commit comments