Revert "[Resolver]: Add target branch param" (#5743)

This commit is contained in:
Rohit Malhotra
2024-12-21 20:28:23 -05:00
committed by GitHub
parent 21948fa81b
commit 7fe692a7bd
2 changed files with 2 additions and 6 deletions

View File

@@ -24,7 +24,6 @@ jobs:
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
max_iterations: ${{ fromJson(vars.OPENHANDS_MAX_ITER || 50) }}
base_container_image: ${{ vars.OPENHANDS_BASE_CONTAINER_IMAGE || '' }}
target_branch: ${{ vars.TARGET_BRANCH || '' }}
LLM_MODEL: ${{ vars.LLM_MODEL || 'anthropic/claude-3-5-sonnet-20241022' }}
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}