Closed jserpapinto closed 8 months ago
Hey there!
I have this action:
- id: cz name: Create bump and changelog if: steps.tag-check.outputs.exists == 'false' uses: commitizen-tools/commitizen-action@master with: github_token: ${{ secrets.GITHUB_TOKEN }} push: true changelog: true commit: true branch: master no_raise: 21
I was expecting that the branch config would push it into the master branch.
branch
But the commit is in "detached HEAD state", for what I understand.
Can anyone enlighten me?
Thanks!
You'll need to provide the full action. If the pipeline is not running against master it won't work
Hey there!
I have this action:
I was expecting that the
branch
config would push it into the master branch.But the commit is in "detached HEAD state", for what I understand.
Can anyone enlighten me?
Thanks!