You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.`);
^
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: