An open API service indexing awesome lists of open source software.

https://github.com/peter-evans/create-pull-request-tests-self-hosted


https://github.com/peter-evans/create-pull-request-tests-self-hosted

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# create-pull-request-tests-self-hosted

```bash
docker build -t actions-runner .
```

```bash
# docker run -it --rm actions-runner ${OWNER} ${REPO} ${REPO_SCOPED_PAT} ${NAME}

docker run -it --rm actions-runner \
peter-evans \
create-pull-request-tests-self-hosted \
${REPO_SCOPED_PAT} \
create-pull-request-tests-self-hosted
```