mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
Confirmed that check-openrouter-api-key works; remove debugging
This commit is contained in:
parent
ab2dd09ac6
commit
5c8df59889
1 changed files with 1 additions and 1 deletions
2
.github/workflows/code-qa.yml
vendored
2
.github/workflows/code-qa.yml
vendored
|
|
@ -52,7 +52,7 @@ jobs:
|
|||
id: openrouter-api-key-check
|
||||
shell: bash
|
||||
run: |
|
||||
if [ "${{ secrets.XOPENROUTER_API_KEY }}" != '' ]; then
|
||||
if [ "${{ secrets.OPENROUTER_API_KEY }}" != '' ]; then
|
||||
echo "defined=true" >> $GITHUB_OUTPUT;
|
||||
else
|
||||
echo "defined=false" >> $GITHUB_OUTPUT;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue