Skip to content

Commit 23e54df

Browse files
kangwonleebeachdweller
authored andcommitted
Update README.md
fix version add if always add timeout
1 parent ac54d01 commit 23e54df

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ Provide AI-powered feedback on Python code assignments using Google's Gemini lan
1414
# Usage
1515
* Please set `GOOGLE_API_KEY` in the repository's secrets.
1616
``` yaml
17-
- name: Gemini Python Tutor
18-
uses: kangwonlee/gemini-python-tutor@v1
17+
- name: AI Python Tutor
18+
uses: kangwonlee/gemini-python-tutor@v0.1.1
19+
if: always()
1920
with:
2021
# JSON files by pytest-json-report plugin
2122
report-files: report0.json, report1.json
@@ -25,4 +26,5 @@ Provide AI-powered feedback on Python code assignments using Google's Gemini lan
2526
readme-path: README.md
2627
env:
2728
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
29+
timeout-minutes: 5
2830
```

0 commit comments

Comments
 (0)