Skip to content

Commit

Permalink
Fix issue #5263: [Bug]: resolver example should use "max_iterations: …
Browse files Browse the repository at this point in the history
…${{ fromJson(vars.OPENHANDS_MAX_ITER || 50) }}" (#5349)
  • Loading branch information
openhands-agent authored Dec 1, 2024
1 parent 5672a31 commit 59c57ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openhands/resolver/examples/openhands-resolver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@main
with:
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
max_iterations: ${{ vars.OPENHANDS_MAX_ITER || 50 }}
max_iterations: ${{ fromJson(vars.OPENHANDS_MAX_ITER || 50) }}
secrets:
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
Expand Down

0 comments on commit 59c57ac

Please sign in to comment.