Skip to content

Commit 9fa116f

Browse files
committed
fix: point to the correct location of this action
1 parent 83c88e2 commit 9fa116f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
git config --global user.name "github-actions[bot]"
2020
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
21-
- uses: actions/setup-cz@main
21+
- uses: commitizen-tools/setup-cz@main
2222
- uses: pndurette/gh-actions-auto-docs@v1
2323
with:
2424
git_push: false

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
fetch-tags: true
19-
- uses: actions/setup-cz@main
19+
- uses: commitizen-tools/setup-cz@main
2020
- name: Set up git config
2121
run: |
2222
git config --global user.name "github-actions[bot]"

examples/bump-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
git config --global user.name "github-actions[bot]"
2323
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
24-
- uses: actions/setup-cz@main
24+
- uses: commitizen-tools/setup-cz@main
2525
- id: bump-version
2626
run: |
2727
cz bump --yes --annotated-tag

0 commit comments

Comments
 (0)