Eugenio Berretta

Results 43 comments of Eugenio Berretta

Are there any news? I am using this action to automatically create a zip with the prod code every time I create a new GitHub release and send it to...

Also, on the .bash code, I can see ```sh if [ "$ACTION_VERSION" == "latest" ] then phar_url="${phar_url}/composer-stable.phar" else phar_url="${phar_url}/composer-${ACTION_VERSION}.phar" fi ``` While there is no track of `ACTION_PHP_VERSION` in the...

I have seen now that it executes https://raw.githubusercontent.com/php-actions/php-build/330b13bbb1eadd05bbb627477c1549cd7e62e406/php-build.bash, which uses ACTION_PHP_VERSION, so I don't know why it wouldn't consider it

Is there a way to avoid this behaviour, I mean like use the specified version also for the run command? This would be good for instance if you want to...

Yes but this way I can not use your service with my code. I guess that this is a problem of other people, too

In this case (to me) it's not obscure since it is written by me... I find it as a very comfortable way to add my customized eslint configuration to all...

In any case small user base means only more potential damage, not that it is a bigger risk... Look what happened with colour.js and faker.js

Another issue, how to make it work with Typescript? If I try the fix of @bitpay, it does not work with transpiled code to commonjs and es5.

> @cullylarson Ran into the same issue. > > It appears that the new esm code isn't running the _resolveFilename which is the core of this library. Based on the...