generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 13
Closed as not planned
Closed as not planned
Copy link
Description
v3.1.0 action.yml
Lines 4 to 16 in bc82a23
| inputs: | |
| version: | |
| required: false | |
| description: 'SemVer version of Foreman to install' | |
| working-directory: | |
| required: false | |
| description: 'Working directory to run `foreman install` in' | |
| github-api-url: | |
| required: false | |
| description: 'GitHub API to make requests to' | |
| token: | |
| required: true | |
| description: 'GitHub token from secrets.GITHUB_TOKEN' |
Action output using v3.1.0 release of foreman:
Unexpected input(s) 'allow-external-github-orgs', valid inputs are ['version', 'working-directory', 'github-api-url', 'token']
That input is required as otherwise the following error will be thrown:
/home/runner/work/_actions/Roblox/setup-foreman/v3.1.0/dist/index.js:42055
throw new Error(`All GitHub orgs in Foreman config must match the org setup-foreman runs in: ${org}. To disable this check, set the \"allow-external-github-orgs\" option to true.`);
^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels