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 2eeabea commit 5c0482dCopy full SHA for 5c0482d
.github/workflows/generate_readme.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Generate new md
49
run: |
50
source venv/bin/activate
51
- python main.py ${{ secrets.GIT_TOKEN }} ${{ github.repository }} --issue_numbe '${{ github.event.issue.number }}'
+ python main.py ${{ secrets.GIT_TOKEN }} ${{ github.repository }} --issue_number '${{ github.event.issue.number }}'
52
53
54
- name: Push README
0 commit comments