Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8859caa

Browse files
Karl QuinslandMattraks
Karl Quinsland
authored andcommitted
Quick note about GHEbaseUrl config
Opening this PR since issues are disabled.
1 parent4c9f247 commit8859caa

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

‎README.md‎

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,28 @@ jobs:
169169
}}
170170
dry_run:${{ github.event.inputs.dry_run }}
171171
```
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:
181+
182+
```yaml
183+
jobs:
184+
clean_up:
185+
# <...>
186+
steps:
187+
- name: Delete workflow runs
188+
uses: Mattraks/delete-workflow-runs@v2
189+
with:
190+
# <...>
191+
baseUrl: https://github.mycompany.com/api/v3
192+
```
193+
172194
##
173195

174196
## License

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp