Open netdjw opened 2 years ago
Please could you test something for me? We've been experiencing issues with the ghcr.io package repository and I wonder whether it has cached a failed build? You can go to the URL https://github.com/orgs/{ORGANISATION}/packages and delete the previous build. Once you've done that, please try again and let me know if that makes any difference.
Thanks!
Same problem with PHP 8.1
Error: Process completed with exit code 1.
I tried to remove the package from my organization and retry, but no success
OK thank you. I will create a testcase for this at https://github.com/php-actions/example-composer.
Hello there,
I run into similar problem with this package like php-actions/phpunit I think - not sure. I use php-actions/composer with private repos (with two private repos, both has the same issue).
If it's help I used 7.4 before, and after only version number upgrade to 8.0 it fails.
I use this yaml file for my action:
And here is the output:
Any idea how can I sove this issue?