Moving resolver settings to repo variables (#5130)

This commit is contained in:
Rohit Malhotra
2024-11-19 12:17:55 -05:00
committed by GitHub
parent ff84a3eede
commit de07fcfddc

View File

@@ -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 }}