Skip to content

Commit

Permalink
fix(readme): Update to v2 and cocogitto GH owner
Browse files Browse the repository at this point in the history
As follow up of #1.
  • Loading branch information
mbehr1 authored and oknozor committed Jan 9, 2022
1 parent 282e79b commit be31d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 0

- name: Conventional commit check
uses: oknozor/cocogitto-action@v1
uses: cocogitto/cocogitto-action@v2
```
If you are familiar with cocogitto this will run `cog check` and nothing else.
Expand All @@ -38,7 +38,7 @@ use this option.

```yaml
- name: Conventional commit check
uses: oknozor/cocogitto-action@v1
uses: cocogitto/cocogitto-action@v2
with:
check-latest-tag-only: true
```
Expand All @@ -63,7 +63,7 @@ You can also use this action to perform releases (calling `cog bump --auto` unde

```yaml
- name: Semver release
uses: oknozor/cocogitto-action@v1
uses: cocogitto/cocogitto-action@v2
id: release
with:
release: true
Expand Down

0 comments on commit be31d49

Please sign in to comment.