File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -37,31 +37,31 @@ jobs:
3737
3838 - name : Run main.py and save output (commits)
3939 run : |
40- python main.py --repo isaacs/github -- commits -l test_list.txt -o output_commits.csv -t ${{ secrets.GITHUB_TOKEN }}
40+ python main.py --commits -l test_list.txt -o output_commits.csv -t ${{ secrets.GITHUB_TOKEN }}
4141
4242 - name : Compare output with reference CSV (commits)
4343 run : |
4444 python compare_csv.py output_commits.csv .github/workflows/reference_commits.csv
4545
4646 - name : Run main.py and save output (contributors)
4747 run : |
48- python main.py --repo isaacs/github -- contributors -l test_list.txt -o output_contributors.csv -t ${{ secrets.GITHUB_TOKEN }}
48+ python main.py --contributors -l test_list.txt -o output_contributors.csv -t ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Compare output with reference CSV (contributors)
5151 run : |
5252 python compare_csv.py output_contributors.csv .github/workflows/reference_contributors.csv
5353
5454 - name : Run main.py and save output (issues)
5555 run : |
56- python main.py --repo isaacs/github -- issues -l test_list.txt -o output_issues.csv -t ${{ secrets.GITHUB_TOKEN }}
56+ python main.py --issues -l test_list.txt -o output_issues.csv -t ${{ secrets.GITHUB_TOKEN }}
5757
5858 - name : Compare output with reference CSV (issues)
5959 run : |
6060 python compare_csv.py output_issues.csv .github/workflows/reference_issues.csv
6161
6262 - name : Run main.py and save output (pulls)
6363 run : |
64- python main.py --repo isaacs/github -- pulls -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
64+ python main.py --pulls -l test_list.txt -o output_pulls.csv -t ${{ secrets.GITHUB_TOKEN }}
6565
6666 - name : Compare output with reference CSV (pulls)
6767 run : |
You can’t perform that action at this time.
0 commit comments