We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbe1780 commit dd1d052Copy full SHA for dd1d052
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@9abf823ec5c0723219588188d792395237f5b90c # v0.23.27
+ uses: fro-bot/agent@c21289d8a8d2e792628debb75578cdbb2f3ace00 # v0.24.0
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