Skip to content

Commit 6a31c8d

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 21d9d2f commit 6a31c8d

File tree

1 file changed

+8
-10
lines changed
  • actions/create-and-merge-pull-request

1 file changed

+8
-10
lines changed

actions/create-and-merge-pull-request/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55

66
<!-- end title -->
77
<!-- start badges -->
8-
<!-- markdownlint-disable MD013 -->
98

109
<a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-common%2Freleases%2Flatest"><img src="https://img.shields.io/github/v/release/hoverkraft-tech/ci-github-common?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20tag" /></a><a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-common%2Freleases%2Flatest"><img src="https://img.shields.io/github/release-date/hoverkraft-tech/ci-github-common?display_name=tag&sort=semver&logo=github&style=flat-square" alt="Release%20by%20date" /></a><img src="https://img.shields.io/github/last-commit/hoverkraft-tech/ci-github-common?logo=github&style=flat-square" alt="Commit" /><a href="https%3A%2F%2Fgithub.com%2Fhoverkraft-tech%2Fci-github-common%2Fissues"><img src="https://img.shields.io/github/issues/hoverkraft-tech/ci-github-common?logo=github&style=flat-square" alt="Open%20Issues" /></a><img src="https://img.shields.io/github/downloads/hoverkraft-tech/ci-github-common/total?logo=github&style=flat-square" alt="Downloads" />
1110

12-
<!-- markdownlint-enable MD013 -->
1311
<!-- end badges -->
1412
<!-- jscpd:ignore-end -->
1513
<!-- start description -->
@@ -29,7 +27,7 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
2927
<!-- start usage -->
3028

3129
```yaml
32-
- uses: hoverkraft-tech/ci-github-common@0.16.1
30+
- uses: hoverkraft-tech/ci-github-common@0.17.0
3331
with:
3432
# Description: GitHub token for creating and merging pull request (permissions
3533
# contents: write and pull-requests: write). See
@@ -61,13 +59,13 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
6159
6260
<!-- start inputs -->
6361
64-
| **Input** | **Description** | **Default** | **Required** |
65-
| --------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
66-
| <code>github-token</code> | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). See <https://github.com/peter-evans/create-pull-request#action-inputs>. | <code>${{ github.token }}</code> | **false** |
67-
| <code>branch</code> | The pull request branch name | | **true** |
68-
| <code>title</code> | The pull request title | | **true** |
69-
| <code>body</code> | The pull request body | | **true** |
70-
| <code>commit-message</code> | The commit message for the pull request | | **true** |
62+
| **Input** | **Description** | **Default** | **Required** |
63+
| --------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ------------ |
64+
| <code>github-token</code> | GitHub token for creating and merging pull request (permissions contents: write and pull-requests: write). See https://github.com/peter-evans/create-pull-request#action-inputs. | <code>${{ github.token }}</code> | **false** |
65+
| <code>branch</code> | The pull request branch name | | **true** |
66+
| <code>title</code> | The pull request title | | **true** |
67+
| <code>body</code> | The pull request body | | **true** |
68+
| <code>commit-message</code> | The commit message for the pull request | | **true** |
7169
7270
<!-- end inputs -->
7371
<!-- start outputs -->

0 commit comments

Comments
 (0)