From 1a1134a0107a728f5a4bf057422ef0a734270878 Mon Sep 17 00:00:00 2001 From: di-sukharev Date: Sun, 21 May 2023 17:11:59 +0800 Subject: [PATCH] docs(README.md): remove outdated setup instructions for OpenCommit GitHub Action and update action name --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index ed5e161a..51b5e3e9 100644 --- a/README.md +++ b/README.md @@ -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: