Skip to content

Commit 1d5ccb3

Browse files
committed
Fix workflow YAML step name parsing issue
1 parent f498d77 commit 1d5ccb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: CLI smoke test (GitHub URL path)
3131
run: roast https://github.com/psf/requests --no-llm --max-files 10
3232

33-
- name: CLI smoke test (LLM: Groq primary + NIM backup)
33+
- name: CLI smoke test (LLM Groq primary + NIM backup)
3434
env:
3535
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
3636
NVIDIA_NIM_API_KEY: ${{ secrets.NVIDIA_NIM_API_KEY }}

0 commit comments

Comments
 (0)