Nicolas R.
Nicolas R.
note that https://github.com/actions/toolkit/issues/1336 should provide a fix for it
@rentziass my action is using `core.setOutput` which then raise some warnings what are the suggested alternate to write some output instead? `console.log`? other? view https://github.com/perl-actions/install-with-cpm/blob/f1a3c07b144a476307db782753096b2c7690d968/index.js#L30 Reported to the action repo...
note: I just fixed it using `core.info` instead
this is an interesting idea, and yes this is possible
As it stands all the docker images are built from the official perl images Need to check if such flavor are available view https://hub.docker.com/_/perl
Please open a Request to https://github.com/Perl/docker-perl as this would definitively be easier to build from a maintain docker image.
I see no objections to add it, but also note that you can add extra packages using a `cpanfile` with cpm or cpanm actions Note: there is one example described...
Thanks for reporting this issue. For now in order to perform the elevate, we suggest to capture and remove the packages from these unsupported repo, then reinstall them once the...
Thanks @JorgeYHNZ that makes sense, we need to test before considering adding support for Microsoft Azure. I've updated the request title to add support for Azure. thanks
Alternatively we could also make these variables available from configuration ``` const maxRetries = 5; const waitMs = 5000; ```