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 f50d14f commit 5787ea4Copy full SHA for 5787ea4
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Run test
44
run: |
45
- python3 main.py ${{ matrix.args }} --token ${{ secrets.TEST_TOKEN_GITHUB }} --list list.txt --out out1.csv --branch master
+ python3 main.py ${{ matrix.args }} --token ${{ secrets.TEST_TOKEN_GITHUB }} --list list.txt --out out.csv --branch master
46
47
- name: Check if out.csv exists
48
run: ls out.csv
0 commit comments