5
5
6
6
<!-- end title -->
7
7
<!-- start badges -->
8
- <!-- markdownlint-disable MD013 -->
9
8
10
9
<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 " />
11
10
12
- <!-- markdownlint-enable MD013 -->
13
11
<!-- end badges -->
14
12
<!-- jscpd:ignore-end -->
15
13
<!-- start description -->
@@ -29,7 +27,7 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
29
27
<!-- start usage -->
30
28
31
29
``` yaml
32
- - uses : hoverkraft-tech/ci-github-common@0.16.1
30
+ - uses : hoverkraft-tech/ci-github-common@0.17.0
33
31
with :
34
32
# Description: GitHub token for creating and merging pull request (permissions
35
33
# contents: write and pull-requests: write). See
@@ -61,13 +59,13 @@ See [Allow GitHub Actions to create and approve pull requests](https://docs.gith
61
59
62
60
<!-- start inputs -->
63
61
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** |
71
69
72
70
<!-- end inputs -->
73
71
<!-- start outputs -->
0 commit comments