Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1.0 release does not specify certain action inputs in action.yml despite relying on them #49

Open
Synceratus opened this issue Nov 7, 2024 · 0 comments

Comments

@Synceratus
Copy link

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.`);
                ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant