Skip to content

Commit 42fe656

Browse files
committed
chore: update README.md
1 parent cce2b21 commit 42fe656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ generate:
170170
|------|-------------|---------|----------|
171171
| atmos-version | The version of atmos to install | >= 1.175.0 | false |
172172
| banner\_enabled | Enable banner generation | true | false |
173+
| command | Atmos command to generate readme | docs generate readme | true |
173174
| commit\_author | The author to use when committing changes. | readme-action 📖 <[email protected]> | false |
174175
| commit\_message | The commit message to use when committing changes. | chore: update README.md | false |
175176
| commit\_method | The method to apply changes. Can be either 'commit' or 'pr'. | commit | true |
@@ -185,7 +186,6 @@ generate:
185186
| repository\_name | GitHub repository name in the `repository\_org` that hosts the banner templates | | false |
186187
| repository\_org | GitHub organization or user name used for the banner templates | | false |
187188
| 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 |
189189
| token | GitHub API token (use a PAT if you need to trigger other actions) | ${{ github.token }} | false |
190190
| validate\_readme | Validate the README.md file using markdown-link-check | true | false |
191191

0 commit comments

Comments
 (0)