We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cecc75 commit 0142e69Copy full SHA for 0142e69
1 file changed
.github/actions/fix/action.yml
@@ -12,7 +12,7 @@ inputs:
12
description: "Personal access token (PAT) with fine-grained permissions 'issues: write' and 'pull_requests: write'"
13
required: true
14
base_url:
15
- description: "Optional base URL for the GitHub API (for example, 'https://HOSTNAME/api/v3' for GitHub Enterprise Server)"
+ description: "Optional base URL to pass into Octokit for the GitHub API (for example, `https://YOUR_HOSTNAME/api/v3` for GitHub Enterprise Server)"
16
required: false
17
18
outputs:
0 commit comments