Skip to content

Commit fc292b1

Browse files
committed
pulls error fixed
1 parent 5eab9fe commit fc292b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)