mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-05-13 03:01:48 -04:00
docs(README.md): remove outdated setup instructions for OpenCommit GitHub Action and update action name
This commit is contained in:
@@ -24,16 +24,10 @@ OpenCommit is now available as a GitHub Action which automatically improves all
|
||||
|
||||
This is great if you want to make sure all of the commits in all of repository branches are meaningful and not lame like `fix1` or `done2`.
|
||||
|
||||
### Automatic 1 click setup
|
||||
|
||||
You can simply [setup the action automatically via the GitHub Marketplace](https://github.com/marketplace/actions/opencommit-improve-commits-with-ai).
|
||||
|
||||
### Manual 3 clicks setup
|
||||
|
||||
Create a file `.github/workflows/opencommit.yml` with contents below:
|
||||
|
||||
```yml
|
||||
name: 'OpenCommit'
|
||||
name: 'OpenCommit Action'
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user