-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry create-dmg #478
Comments
@openhands-agent please make the described change |
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-478' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. |
@openhands-agent try again. The change should be made to the create-dmg command in the .GitHub/actions/build_package/action.yml GitHub actions script. |
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-478-try2' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. |
@openhands-agent try again. Specifically, find the create-dmg command in .GitHub/actions/build_package/action.yml, and wrap it in a loop that retries the command until success. Maximum nr of retries should be 10, and the step should fail if it still hasn't succeeded by then. |
An attempt was made to automatically fix this issue, but it was unsuccessful. A branch named 'openhands-fix-issue-478-try3' has been created with the attempted changes. You can view the branch here. Manual intervention may be required. |
Co-authored-by: openhands <[email protected]>
The create-dmg command in build_package/action.yml has a high chance of failure. Wrap it in a retry loop. An example:
The text was updated successfully, but these errors were encountered: