mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Moving resolver settings to repo variables (#5130)
This commit is contained in:
parent
ff84a3eede
commit
de07fcfddc
@ -37,7 +37,7 @@ jobs:
|
||||
uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@main
|
||||
with:
|
||||
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
|
||||
max_iterations: 50
|
||||
max_iterations: ${{ vars.OPENHANDS_MAX_ITER || 50 }}
|
||||
secrets:
|
||||
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
|
||||
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user