https://github.com/jirikuncar/submit-pull-request
Submit a pull request from a directory to a given repository
https://github.com/jirikuncar/submit-pull-request
Last synced: 4 months ago
JSON representation
Submit a pull request from a directory to a given repository
- Host: GitHub
- URL: https://github.com/jirikuncar/submit-pull-request
- Owner: jirikuncar
- License: mit
- Created: 2019-11-15T09:13:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-15T13:01:34.000Z (over 5 years ago)
- Last Synced: 2025-02-21T11:03:09.108Z (5 months ago)
- Language: Ruby
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Publish pull request with Github Action
An action that publishes a pull request.
## Usage
Minimal example for submiting pull request to the same repository.
```yaml
- name: Publish pull request
uses: jirikuncar/pushlish-pull-request@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
head: ${{ github.pull_request.head.ref }}
```