Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8023a commit 5940a76Copy full SHA for 5940a76
action.yml
@@ -30,7 +30,7 @@ inputs:
30
description: A comma separated list of status codes that will NOT be retried e.g. "400,500". No effect unless `retries` is set
31
default: 400,401,403,404,422 # from https://github.com/octokit/plugin-retry.js/blob/9a2443746c350b3beedec35cf26e197ea318a261/src/index.ts#L14
32
base-url:
33
- description: An optional GitHub REST API URL to connect to a different GitHub instance.
+ description: An optional GitHub REST API URL to connect to a different GitHub instance. For example, https://my.github-enterprise-server.com/api/v3
34
required: false
35
outputs:
36
result:
0 commit comments