Run a PHP script using GitHub Actions
SignUp and Create a new reposiory in Github
Add a php file to your repository root named PHPTest.php
Add some php in to file
<?php
echo "testing";
Commit and push this file into repository
Create new file in your GitHub repo like this path
t...
blog.azcodez.com2 min read