File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3535 run : python main.py --issues -l test_list.txt -o output_issues.csv -t ${{ secrets.GITHUB_TOKEN }}
3636
3737 - name : Generate output_pulls.csv
38- run : python main.py --pulls -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
38+ run : python main.py -p -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
3939
4040 - name : Compare output_commits.csv
4141 run : python compare_csv.py output_commits.csv .github/workflows/reference_commits.csv
@@ -115,7 +115,7 @@ jobs:
115115
116116 - name : Run main.py and save output (pulls)
117117 run : |
118- python main.py --pulls -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
118+ python main.py -p -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
119119
120120 - name : List files after main.py (pulls)
121121 run : |
You can’t perform that action at this time.
0 commit comments