v3.1.0 action.yml
|
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.`);
^
v3.1.0 action.yml
setup-foreman/action.yml
Lines 4 to 16 in bc82a23
Action output using v3.1.0 release of foreman:
That input is required as otherwise the following error will be thrown: