We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c206a27 commit 9bd56a0Copy full SHA for 9bd56a0
{{cookiecutter.project_name}}/.github/workflows/bump-version.yml
@@ -12,9 +12,9 @@ jobs:
12
name: "Bump version and create changelog with commitizen"
13
steps:
14
- name: Check out
15
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
16
with:
17
- token: {{ "${{ secrets.PERSONAL_ACCESS_TOKEN }}" }}
+ token: {{ "\"${{ secrets.PERSONAL_ACCESS_TOKEN }}\"" }}
18
fetch-depth: 0
19
- name: Create bump and changelog
20
uses: commitizen-tools/commitizen-action@master
0 commit comments