-
Notifications
You must be signed in to change notification settings - Fork 80
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
V2 not working with GHES 3.7 #168
Comments
We are currently facing a the same error on GHES 3.8.2, the v1 stopped working as well. I wonder if this was a GHES change that broke it, as I can't find a combination of old versions that work either.... |
Perhaps v2 is not compatible since the deployment API endpoints seems to have been changed in v2 to endpoints not corresponding with the ones described in the GHES 3.8 docs (hence the status: 404 response)? |
@jtietema Yea defenetely not supported for GHES 3.7 and 3.8. Since the action supports GHES in general i am just missing information (docs) here beginning with what GHES version V2 of this action is supported. I suppose things will also stop working on a GHES update(that changes the used api endpoint that also reflect the difference between v1 and v2 of this action) when running V1 of this action and then every workflow needs to change to V2 ? Maybe there is some information to share on this too ? Reading just the api docs of GHES i am not that sure to make the correct assumption when to use V1 and V2 since i am not that much into the actions actual logic. |
You are correct that As far as we know, however, every version of this action under the
Could you please attempt to use one of those |
I've added a compatibility table into the README and a note about it into future release notes: If you're still struggling to get this action working with GHES when using the |
Apearently V2 of this action is incompatible with GHES3.7
In the release note i did not find any hint on this and also no documentation starting with what GHES version the V2 version of this action can be used. Could someone briefly add starting with which GHES version the V2 of this action is supposed to work ?
The text was updated successfully, but these errors were encountered: