Fix openhands-resolver.yml (#8356)

This commit is contained in:
Engel Nyst 2025-05-08 22:00:55 +02:00 committed by GitHub
parent a87bb10bfc
commit 05f3840ca5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,7 +83,7 @@ jobs:
(github.event.review.author_association == 'OWNER' || github.event.review.author_association == 'COLLABORATOR' || github.event.review.author_association == 'MEMBER')
)
)
runs-on: "${{ inputs.runner }}"
runs-on: "${{ inputs.runner || 'ubuntu-latest' }}"
steps:
- name: Checkout repository
uses: actions/checkout@v4