Channels option (README ex. 4) not working (not found)
See original GitHub issueHi, I am trying to use your Action for a project I co-develop, ‘cf-python’. However, it is not working as documented when I try to access the variant of the Action with channels available (as I need to use channels), namely ‘Example 4: Conda options’ from the README. In particular, my job fails after repeatedly trying & failing to download the Action goanpeca/setup-miniconda@enh/channels
itself:
Failed to download action 'https://api.github.com/repos/goanpeca/setup-miniconda/tarball/enh/channels'. Error Response status code does not indicate success: 404 (Not Found).
(you can view the job in question here if that helps.)
When I try this in the URL, the component before the ‘@’ symbol is picked up, but looking at this repo there does not seem to be a enh/channels
branch. I see there’s a enh/rever
branch but looking at it it does not seem to be the same thing under a different name as far as I can tell.
Should the channels option Action variant work as far as you know? If not, it would be helpful if you removed it to prevent users like myself trying it out in vain, & could you please advise as to whether there is a way to access channels somehow using this Action, as without these it will be more difficult for me to setup a desired custom Action on my project.
Thanks.
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top GitHub Comments
Thanks for using it 😃
Wonderful, thank you @goanpeca. This is a really useful Action so thanks for creating & maintaining it.