You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setup ENV variables GITHUB_OWNER, GITHUB_REPO,GITHUB_DOMAIN,HTTPS_PROXY,GITHUB_PAT
run with default config.
After checking/testing I saw that it might be fixed by adding another request header in curl command [ -H 'Content-Length: 0' ] in register.sh (line 58)
Many thanks for your help to review and let me know if this issue only apply for us? (we using - Github Enterprise)
And is there any other way not changing the scripts but can fixed the issue?
thanks in advance.
The text was updated successfully, but these errors were encountered:
Version
redhat-actions/push-to-registry:latest
quay.io/repository/redhat-github-actions/runner:lastest
Describe the bug
When I try to start the container using podmand (guideline: https://github.com/redhat-actions/openshift-actions-runners) and helm (guildine: https://github.com/redhat-actions/openshift-actions-runner-chart) that I facing the error logs as below at starting point of container/pod:
....
curl: (22) The requested URL returned error: 411 Length Required
Steps to reproduce, workflow links, screenshots
Setup ENV variables GITHUB_OWNER, GITHUB_REPO,GITHUB_DOMAIN,HTTPS_PROXY,GITHUB_PAT
run with default config.
After checking/testing I saw that it might be fixed by adding another request header in curl command [ -H 'Content-Length: 0' ] in register.sh (line 58)
Many thanks for your help to review and let me know if this issue only apply for us? (we using - Github Enterprise)
And is there any other way not changing the scripts but can fixed the issue?
thanks in advance.
The text was updated successfully, but these errors were encountered: