We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a76655a commit 0a52562Copy full SHA for 0a52562
.github/workflows/main-tests.yml
@@ -22,6 +22,9 @@ jobs:
22
python -m pip install --upgrade pip
23
pip install -r requirements.txt
24
25
+ - name: Create test list file
26
+ run: echo "isaacs/github" > test_list.txt
27
+
28
- name: Generate output_commits.csv
29
run: python main.py --commits -l test_list.txt -o output_commits.csv -t ${{ secrets.GITHUB_TOKEN }}
30
0 commit comments