You've already forked gitea-composer-upload-action
added PHP_VERSION for environment
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
|
PHP_VERSION="8.3"
|
||||||
|
|
||||||
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
|
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
|
||||||
GITEA_ACCESS_TOKEN="access_token"
|
GITEA_ACCESS_TOKEN="access_token"
|
||||||
GITEA_OWNER="owner"
|
GITEA_OWNER="owner"
|
||||||
GITEA_REPOSITORY="repository"
|
GITEA_REPOSITORY="repository"
|
||||||
GITEA_PACKAGE_REGISTRY="composer"
|
GITEA_PACKAGE_REGISTRY="composer"
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
|
PHP_VERSION="8.3"
|
||||||
|
|
||||||
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
|
GITEA_INSTANCE_BASE_URL="https://gitea.example.com"
|
||||||
GITEA_ACCESS_TOKEN="access_token"
|
GITEA_ACCESS_TOKEN="access_token"
|
||||||
GITEA_OWNER="owner"
|
GITEA_OWNER="owner"
|
||||||
GITEA_REPOSITORY="repository"
|
GITEA_REPOSITORY="repository"
|
||||||
GITEA_PACKAGE_REGISTRY="composer"
|
GITEA_PACKAGE_REGISTRY="composer"
|
||||||
|
|||||||
Reference in New Issue
Block a user