We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23f268 commit c61b46dCopy full SHA for c61b46d
.github/workflows/generate_conversations.yml
@@ -63,4 +63,4 @@ jobs:
63
git config --global user.email '[email protected]'
64
git add ${{ env.BACKEND_DIR }}/scripts/generate_conversation/tenant_questions_facts_with_new_conversations.csv
65
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
+ git push origin $BRANCH_NAME
0 commit comments