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
- Host: GitHub
- URL: https://github.com/peter-evans/create-pull-request-tests-self-hosted
- Owner: peter-evans
- Created: 2020-07-23T04:16:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-20T13:50:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-05T11:41:57.285Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```