We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5209f2 commit aea28f9Copy full SHA for aea28f9
1 file changed
.github/workflows/fro-bot.yaml
@@ -72,7 +72,7 @@ jobs:
72
run: bun install --frozen-lockfile
73
74
- name: Run Fro Bot
75
- uses: fro-bot/agent@ca9c3910fe8e75d91a6b084f404a5ec351676bb2
+ uses: fro-bot/agent@322e7ef63f038fe33c5c7477f744bdecc66f5ddb
76
env:
77
OPENCODE_PROMPT_ARTIFACT: 'true'
78
PROMPT: ${{ (github.event_name == 'workflow_dispatch' && (github.event.inputs.prompt || env.DEFAULT_PROMPT)) || (github.event_name == 'schedule' && env.SCHEDULE_PROMPT) || '' }}
0 commit comments