Skip to content

Commit 5d9809a

Browse files
authored
ci: use explicit dry run instead of reusable workflow (#59)
2 parents 69b4ecd + fc3b08f commit 5d9809a

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/python-ci.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ jobs:
3333

3434
cz-dry-run:
3535
needs: test
36-
uses: prosegrinder/.github/.github/workflows/poetry-cz-dry-run.yaml@main
37-
secrets:
38-
VERSION_BUMP_TAG_TOKEN: "${{ secrets.VERSION_BUMP_TAG_TOKEN }}"
36+
name: "Dry run Commitizen bump"
37+
runs-on: ubuntu-latest
38+
steps:
39+
- uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0
42+
- name: Create bump and changelog
43+
uses: commitizen-tools/[email protected]
44+
with:
45+
github_token: ${{ secrets.GITHUB_TOKEN }}
46+
check_consistency: true
47+
dry_run: true

0 commit comments

Comments
 (0)