We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac54d01 commit 23e54dfCopy full SHA for 23e54df
1 file changed
README.md
@@ -14,8 +14,9 @@ Provide AI-powered feedback on Python code assignments using Google's Gemini lan
14
# Usage
15
* Please set `GOOGLE_API_KEY` in the repository's secrets.
16
``` yaml
17
- - name: Gemini Python Tutor
18
- uses: kangwonlee/gemini-python-tutor@v1
+ - name: AI Python Tutor
+ uses: kangwonlee/gemini-python-tutor@v0.1.1
19
+ if: always()
20
with:
21
# JSON files by pytest-json-report plugin
22
report-files: report0.json, report1.json
@@ -25,4 +26,5 @@ Provide AI-powered feedback on Python code assignments using Google's Gemini lan
25
26
readme-path: README.md
27
env:
28
GOOGLE_API_KEY: ${{ secrets.GOOGLE_API_KEY }}
29
+ timeout-minutes: 5
30
```
0 commit comments