GitHub Actions (https://github.com/features/actions) is a powerful service provided by GitHub for continuous integration and continuous delivery.
...
For further actions, you may consider blocking this person and/or reporting abuse
Few things:
thank you for the feedback. very useful and everything make sense. i will update the article with latest version of the tools, and i will also take in consideration your feedback. thank you again!!!
I created an Open Source tool for creating GitHub Actions workflow for Laravel application. The source code is: github.com/Hi-Folks/gh-actions-yam... . You can use a demo here: ghygen.hi-folks.dev/
This tool is supper cool!
Thank you! If you have any feedback or suggestion or feature request, feel free to raise your hand 🚀
Hi, Roberto.
I have the same configuration, but github actions throws me the exception.
Hi Jonathan. Thank you for the feedback.
I woul like to check one thing. Assuming that all things are correct, how is confogured your DB_HOST?
On your .env file :
DB_HOST=127.0.0.1
Later i will be at my laptop and i will try to replicate your issue.
Yeah, the DB_HOST is 127.0.0.1
Can I share my configuration of my yaml file?
Sure!
gist.github.com/zaratedev/e385c948...
I see you are using MYSQL_ALLOW_EMPTY_PASSWORD.
Just to give a try , instead of MYSQL_ALLOW_EMPTY_PASSWORD , please try to use a password.
MYSQL_ROOT_PASSWORD: secret
and setting the same passoword in the env section with DB_PASSWORD: secret