Skip to content

Commit c61b46d

Browse files
committed
Removed unused parameter from generate conversations yml
1 parent a23f268 commit c61b46d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate_conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ jobs:
6363
git config --global user.email '[email protected]'
6464
git add ${{ env.BACKEND_DIR }}/scripts/generate_conversation/tenant_questions_facts_with_new_conversations.csv
6565
git commit -m "Generated new conversations with turns=${{ inputs.num_turns }}, rows=${{ inputs.num_rows }}, effort=${{ inputs.reasoning_effort }}, model=${{ inputs.model }}"
66-
git push origin main
66+
git push origin $BRANCH_NAME

0 commit comments

Comments
 (0)