docs: update readme
This commit is contained in:
parent
a68328a1ee
commit
8fb2374109
|
@ -147,13 +147,12 @@ To create a project card for the pull request, pass the `pull-request-number` st
|
||||||
|
|
||||||
## Reference Example
|
## Reference Example
|
||||||
|
|
||||||
The following workflow is a reference example that sets many of the main inputs.
|
The following workflow sets many of the action's inputs for reference purposes.
|
||||||
|
Check the [defaults](#action-inputs) to avoid setting inputs unnecessarily.
|
||||||
|
|
||||||
See [examples](docs/examples.md) for more realistic use cases.
|
See [examples](docs/examples.md) for more realistic use cases.
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
name: Create Pull Request
|
|
||||||
on: push
|
|
||||||
jobs:
|
jobs:
|
||||||
createPullRequest:
|
createPullRequest:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue