Skip to content

Commit c67d151

Browse files
committed
fix: correct PROMPT variable syntax
1 parent 8561f15 commit c67d151

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fro-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: fro-bot/agent@v0
5858
env:
5959
OPENCODE_PROMPT_ARTIFACT: 'true'
60-
PROMPT: ${{ (github.event_name == 'workflow_dispatch' && github.event.inputs.prompt || env.DEFAULT_PROMPT) || (github.event_name == 'schedule' && env.SCHEDULE_PROMPT) || '' }}
60+
PROMPT: ${{ (github.event_name == 'workflow_dispatch' && (github.event.inputs.prompt || env.DEFAULT_PROMPT)) || (github.event_name == 'schedule' && env.SCHEDULE_PROMPT) || '' }}
6161
DEFAULT_PROMPT: |
6262
You are Fro Bot, an AI assistant for managing GitHub repositories. Your tasks include:
6363
- Reviewing new issues and pull requests

0 commit comments

Comments
 (0)