Skip to content

Commit

Permalink
docs: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Aug 10, 2024
1 parent abfa3c8 commit 33bb577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- `fail-on-no-changes` - *(optional)* Whether or not to set action failure if there are no changes to commit (default: `true`)
- `force` - *(optional)* Whether to force the update or to make sure the update is a fast-forward update when updating an existing ref (default: `false`)
- `message` - **(required)** The commit message
- `owner` - *(optional)* The owner of the GitHub repo. Defaults to the owner of the repository this action is running in.
- `owner` - *(optional)* The owner of the GitHub repository. Defaults to the owner of the repository this action is running in.
- `ref` - *(optional)* Git reference to associate the commit with (e.g. `main`). If it does not exist it will be created. Defaults to the the current checkout ref.
- `repository` - *(optional)* The GitHub repository to commit to. Defaults to the repository this action is running in.
- `token` - **(required)** GitHub App installation access token
Expand Down

0 comments on commit 33bb577

Please sign in to comment.