We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75810b5 commit 1a435d3Copy full SHA for 1a435d3
1 file changed
.github/workflows/python-app.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Create a new GitHub issues report
25
run: |
26
mkdir build_outputs_folder |
27
- python gh_issues.py -s days,user -f -a -n -t build_outputs_folder/index.html
+ python gh_issues.py -s days,user -f -a -t build_outputs_folder/index.html
28
- name: Upload index.html as artifact
29
# See https://github.com/actions/upload-pages-artifact
30
uses: actions/upload-pages-artifact@v3
0 commit comments