Update the resolver workflow once a new release includes #7287 (#7343)

This commit is contained in:
tawago
2025-03-26 07:25:33 +09:00
committed by GitHub
parent 951cb1c880
commit efcf30a23d

View File

@@ -238,7 +238,7 @@ jobs:
PYTHONPATH: ""
run: |
cd /tmp && python -m openhands.resolver.resolve_issue \
--repo ${{ github.repository }} \
--selected-repo ${{ github.repository }} \
--issue-number ${{ env.ISSUE_NUMBER }} \
--issue-type ${{ env.ISSUE_TYPE }} \
--max-iterations ${{ env.MAX_ITERATIONS }} \