Skip to content

Commit cbdcffc

Browse files
Copilotkimocoder
andauthored
fix: use != '' instead of != null to correctly guard ANTHROPIC_API_KEY check
Agent-Logs-Url: https://github.com/kimocoder/wifite2/sessions/1438d4a6-2a23-453f-961d-d03dda4e2b7d Co-authored-by: kimocoder <4252297+kimocoder@users.noreply.github.com>
1 parent 8c6f88f commit cbdcffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/claude.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
claude:
11-
if: ${{ secrets.ANTHROPIC_API_KEY != null && vars.CLAUDE_CODE_ENABLED != 'false' }}
11+
if: ${{ secrets.ANTHROPIC_API_KEY != '' && vars.CLAUDE_CODE_ENABLED != 'false' }}
1212
runs-on: ubuntu-latest
1313
permissions:
1414
id-token: write

0 commit comments

Comments
 (0)