forked from loafle/openapi-generator-original
Test PHP Symfony server sample in github action (#12533)
* test php symfony server sample in github action * update php laravel samples * add tests for php 7.x, 8.x
This commit is contained in:
@@ -14,12 +14,12 @@ if [ "$git_host" = "" ]; then
|
||||
fi
|
||||
|
||||
if [ "$git_user_id" = "" ]; then
|
||||
git_user_id="GIT_USER_ID"
|
||||
git_user_id="openapitools"
|
||||
echo "[INFO] No command line input provided. Set \$git_user_id to $git_user_id"
|
||||
fi
|
||||
|
||||
if [ "$git_repo_id" = "" ]; then
|
||||
git_repo_id="GIT_REPO_ID"
|
||||
git_repo_id="petstore"
|
||||
echo "[INFO] No command line input provided. Set \$git_repo_id to $git_repo_id"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user