Skip to content

Commit

Permalink
chore(doc): update repo name in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGayot authored and oknozor committed Mar 4, 2024
1 parent f9d3dd3 commit 19a9303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/website/ci_cd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Conventional commits check
uses: oknozor/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3
```

::: warning
Expand All @@ -36,7 +36,7 @@ full git history before running cocogitto-action.
If you want the action to check only commits since the latest SemVer tag you can do the following:
```yaml
- name: Conventional commits check
uses: oknozor/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3
with:
check-latest-tag-only: true
```
Expand All @@ -47,7 +47,7 @@ To create a release with cocogitto-action simply add the `release` option :

```yaml
- name: Semver release
uses: oknozor/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3
with:
release: true
git-user: 'Cog Bot'
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Cocogitto release
id: release
uses: oknozor/cocogitto-action@v3
uses: cocogitto/cocogitto-action@v3
with:
release: true
git-user: 'Cog Bot'
Expand Down

0 comments on commit 19a9303

Please sign in to comment.