We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e484169 commit f5cd82eCopy full SHA for f5cd82e
.github/workflows/bumpVersions.yml
@@ -103,5 +103,4 @@ jobs:
103
commit_user_name: ${{ vars.BOT_GITHUB_USERNAME }}
104
commit_user_email: ${{ vars.BOT_GITHUB_EMAIL }}
105
branch: ${{ github.ref_name == env.DEFAULT_BRANCH_NAME && 'updatecli-bump-versions' || github.ref_name }}
106
- create_branch: ${{ github.ref_name == env.DEFAULT_BRANCH_NAME }}
107
push_options: ${{ github.ref_name == env.DEFAULT_BRANCH_NAME && '--force' || '' }}
0 commit comments