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
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,28 @@ jobs:
169
169
}}
170
170
dry_run:${{ github.event.inputs.dry_run }}
171
171
```
172
+
173
+
### Using with self-hosted git hub enterprise
174
+
175
+
If you're using this action in a GHE environment, the value you provide for`baseUrl` needs to be the precise and full URL.
176
+
Consult the [documentation](https://docs.github.com/en/enterprise-server@3.14/rest/quickstart?apiVersion=2022-11-28) for your GHE instance to determine the correct URL to use.
177
+
178
+
For this example, let's say that you're running a modern version of GHE and it is accessible at `https://github.mycompany.com`.
179
+
The API endpoint for your GHE instance will (probably) be `https://github.mycompany.com/api/v3`.
180
+
So the resulting configuration would look like this: