mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Confirmed that check-openrouter-api-key works; remove debugging
This commit is contained in:
2
.github/workflows/code-qa.yml
vendored
2
.github/workflows/code-qa.yml
vendored
@@ -52,7 +52,7 @@ jobs:
|
|||||||
id: openrouter-api-key-check
|
id: openrouter-api-key-check
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
if [ "${{ secrets.XOPENROUTER_API_KEY }}" != '' ]; then
|
if [ "${{ secrets.OPENROUTER_API_KEY }}" != '' ]; then
|
||||||
echo "defined=true" >> $GITHUB_OUTPUT;
|
echo "defined=true" >> $GITHUB_OUTPUT;
|
||||||
else
|
else
|
||||||
echo "defined=false" >> $GITHUB_OUTPUT;
|
echo "defined=false" >> $GITHUB_OUTPUT;
|
||||||
|
|||||||
Reference in New Issue
Block a user