CircleCI-Public / github-cli-orb

Bring all of the power and flexibility of the GitHub CLI to your CI/CD pipeline.
https://circleci.com/developer/orbs/orb/circleci/github-cli
MIT License
8 stars 27 forks source link

[semver:minor] Fix for GitHub Enterprise support #22

Closed motionsuggests closed 2 years ago

motionsuggests commented 2 years ago

Fixes https://github.com/CircleCI-Public/github-cli-orb/issues/21

Changes:

I'm not 100% sure this is the correct approach. If user were relying on release to call setup this would break for them. I suppose an alternative would be to make an enterprise_release job and make it work only for enterprise.

Related Issue https://github.com/CircleCI-Public/github-cli-orb/issues/9

KyleTryon commented 2 years ago

Sorry this slipped through @motionsuggests, the addition looks great. Pushing through the tests now and merging as a patch after.

motionsuggests commented 2 years ago

Thanks @KyleTryon !