Updated readme

This commit is contained in:
Marcus Noble 2020-06-07 13:36:34 +01:00
parent 34f4834977
commit 90bf230fc5
1 changed files with 10 additions and 8 deletions

View File

@ -4,10 +4,16 @@ Docker image for updating PR status in Gitea
## Features
## Install
## Usage
```sh
docker run --it \
-e GITEA_HOST=YOUR_GITEA_HOST \
-e ACCESS_TOKEN=YOUR_GITEA_ACCESS_TOKEN\
docker.cluster.fun/averagemarcus/gitea-pr-status \
"YOUR_USER/YOUR_REPO" \
"GIT_COMMIT_SHA" \
"PR_STATUS"
```
## Building from source
@ -18,14 +24,10 @@ With Docker:
make docker-build
```
Standalone:
```sh
make build
```
## Resources
* [API Documentation](https://try.gitea.io/api/swagger#/repository/repoCreateStatus)
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](/AverageMarcus/gitea-pr-status/issues/new) to discuss it.