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 e8957ff commit ef8023aCopy full SHA for ef8023a
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: The root of the API URL of the GHES instance to which to connect.
+ description: An optional GitHub REST API URL to connect to a different GitHub instance.
34
required: false
35
outputs:
36
result:
0 commit comments