You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| commit\_author | The author to use when committing changes. | readme-action 📖 <[email protected]> | false |
174
175
| commit\_message | The commit message to use when committing changes. | chore: update README.md | false |
175
176
| commit\_method | The method to apply changes. Can be either 'commit' or 'pr'. | commit | true |
@@ -185,7 +186,6 @@ generate:
185
186
| repository\_name | GitHub repository name in the `repository\_org` that hosts the banner templates | | false |
186
187
| repository\_org | GitHub organization or user name used for the banner templates | | false |
187
188
| sign-commits | Sign commits for `pr` commit\_method as `github-actions[bot]` when using `GITHUB\_TOKEN`, or your own bot when using GitHub App tokens. | false | false |
188
-
| target | Configuration name | readme | true |
189
189
| token | GitHub API token (use a PAT if you need to trigger other actions) | ${{ github.token }} | false |
190
190
| validate\_readme | Validate the README.md file using markdown-link-check | true | false |
0 commit comments