diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index d8bafc3..2407c96 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -30,6 +30,6 @@ jobs: github-token: ${{ secrets.COMPOSER_ACCESS_TOKEN}} install-command: | composer install - (yes '' || true) | php ./configure.php --project_name=cwp --author_name=cwp --author_email=cwp@alley.com + (yes '' || true) | php ./configure.php --project_name=Testing --author_name=Testing --author_email=testing@alley.com test-command: | composer test \ No newline at end of file