We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c3e104 commit 56b519aCopy full SHA for 56b519a
.github/workflows/large-tests.yml
@@ -22,4 +22,4 @@ jobs:
22
run: pip install -r requirements.txt
23
24
- name: Run test
25
- run: python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} --tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo thehighestmath/SummerPractice --out out.csv
+ run: python3 test_token_usage.py --tt1 ${{ secrets.TEST_TOKEN_GITHUB }} --tt2 ${{ secrets.SECOND_TEST_TOKEN_GITHUB }} --repo moevm/github_repo_commitment_calc --out out.csv
0 commit comments