Skip to content

Commit 1a435d3

Browse files
authored
Update GitHub Actions workflow to modify gh_issues.py command
Removed the '-n' flag from the gh_issues.py command.
1 parent 75810b5 commit 1a435d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Create a new GitHub issues report
2525
run: |
2626
mkdir build_outputs_folder |
27-
python gh_issues.py -s days,user -f -a -n -t build_outputs_folder/index.html
27+
python gh_issues.py -s days,user -f -a -t build_outputs_folder/index.html
2828
- name: Upload index.html as artifact
2929
# See https://github.com/actions/upload-pages-artifact
3030
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)