Skip to content

Commit a246978

Browse files
smoke tests for forgejo
1 parent 59ffa86 commit a246978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/smoke-tests-forgejo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Run test
4343
run: |
44-
python3 main.py ${{ matrix.args }} --token ${{ secrets.TEST_TOKEN_FORGEJO }} --list list.txt --out out.csv --branch master
44+
python3 main.py ${{ matrix.args }} --token ${{ secrets.TEST_TOKEN_FORGEJO }} --base_url https://codeberg.org/api/v1 --list list.txt --out out.csv --branch master
4545
4646
- name: Check if out.csv exists
4747
run: ls out.csv

0 commit comments

Comments
 (0)