Skip to content

Commit 52b796c

Browse files
committed
Update resolver workflow
1 parent 0fce1f9 commit 52b796c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/openhands-resolver.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
if: |
1919
${{
2020
github.event.label.name == 'fix-me' ||
21-
(github.event_name == 'issue_comment' &&
21+
(github.event_name == 'issue_comment' &&
2222
startsWith(github.event.comment.body, vars.OPENHANDS_MACRO || '@openhands-agent') &&
2323
(github.event.comment.author_association == 'OWNER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'MEMBER'))
2424
}}
25-
uses: All-Hands-AI/openhands-resolver/.github/workflows/openhands-resolver.yml@main
25+
uses: All-Hands-AI/OpenHands/.github/workflows/openhands-resolver.yml@main
2626
with:
2727
macro: ${{ vars.OPENHANDS_MACRO || '@openhands-agent' }}
2828
max_iterations: 50
@@ -31,4 +31,4 @@ jobs:
3131
PAT_USERNAME: ${{ secrets.PAT_USERNAME }}
3232
LLM_MODEL: ${{ secrets.LLM_MODEL }}
3333
LLM_API_KEY: ${{ secrets.LLM_API_KEY }}
34-
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}
34+
LLM_BASE_URL: ${{ secrets.LLM_BASE_URL }}

0 commit comments

Comments
 (0)