Skip to content

Commit 1a1134a

Browse files
committed
docs(README.md): remove outdated setup instructions for OpenCommit GitHub Action and update action name
1 parent d40e2ca commit 1a1134a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,10 @@ OpenCommit is now available as a GitHub Action which automatically improves all
2424

2525
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`.
2626

27-
### Automatic 1 click setup
28-
29-
You can simply [setup the action automatically via the GitHub Marketplace](https://github.com/marketplace/actions/opencommit-improve-commits-with-ai).
30-
31-
### Manual 3 clicks setup
32-
3327
Create a file `.github/workflows/opencommit.yml` with contents below:
3428

3529
```yml
36-
name: 'OpenCommit'
30+
name: 'OpenCommit Action'
3731

3832
on:
3933
push:

0 commit comments

Comments
 (0)