Skip to content

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

@Synceratus

Description

@Synceratus

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.`);
                ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions