Skip to content

Commit a101b3f

Browse files
committed
update workflow
1 parent 5b4b63e commit a101b3f

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/rollout.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,10 @@ on:
1111
description: 'Rollout ID for tracking'
1212
required: true
1313
type: string
14-
messages_b64:
15-
description: 'Base64 encoded JSON messages array'
14+
prompt:
15+
description: 'User prompt for the rollout'
1616
required: true
1717
type: string
18-
tools_b64:
19-
description: 'Base64 encoded JSON tools array (optional)'
20-
required: false
21-
type: string
2218

2319
jobs:
2420
rollout:
@@ -46,8 +42,7 @@ jobs:
4642
python tests/github_actions/rollout_worker.py \
4743
--model "${{ inputs.model }}" \
4844
--rollout-id "${{ inputs.rollout_id }}" \
49-
--messages-b64 "${{ inputs.messages_b64 }}" \
50-
${{ inputs.tools_b64 && format('--tools-b64 "{0}"', inputs.tools_b64) || '' }}
45+
--prompt "${{ inputs.prompt }}"
5146
5247
- name: Upload rollout trace
5348
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)