Skip to content

Bash script has syntax error #1

@kulovan

Description

@kulovan

Hi,

I really appreciate the orb you created, we would make good use of it to filter out ineligible PRs.
I found an error in the bash script. In the first line, there is a comma that is unnecessary and it is appended to the GITHUB_TOKEN.

required_env_vars=(
              "GITHUB_TOKEN",
              "CIRCLE_TOKEN"
            )
          

I would happily open a PR to fix this. However, I suspect from the repo structure, that publishing to CircleCI orb hub is not an automated process, so maybe you have to do that manually.

I found another issue, but I will submit it separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions