You've already forked gitea-composer-upload-action
updating structure
This commit is contained in:
21
README.md
21
README.md
@@ -19,4 +19,23 @@ This action will update the package version in the Gitea system using the API an
|
||||
gitea_access_token: "${{ secrets._GITEA_ACCESS_TOKEN }}"
|
||||
gitea_owner: "owner"
|
||||
gitea_repository: "repository"
|
||||
gitea_package_registry: "composer"
|
||||
gitea_package_registry: "composer"
|
||||
```
|
||||
|
||||
|
||||
## Developing
|
||||
|
||||
build
|
||||
```shell
|
||||
docker build . --build-arg=PHP_VERSION=8.3.10-1 -t=gitea-package-action
|
||||
```
|
||||
|
||||
initialization
|
||||
```shell
|
||||
docker run --rm -e GITHUB_WORKSPACE=/usr/bin/app -v .:/usr/bin/app gitea-package-action composer install
|
||||
```
|
||||
|
||||
running
|
||||
```shell
|
||||
docker run --rm -e GITHUB_WORKSPACE=/usr/bin/app -v .:/usr/bin/app gitea-package-action php app.php
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user