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 4ea556b commit 8b63e35Copy full SHA for 8b63e35
.github/actions/ensure-release-branch/action.yml
@@ -29,4 +29,4 @@ runs:
29
GITHUB_TOKEN: ${{ inputs.gh_token }}
30
shell: bash
31
run: |
32
- ${{ github.action_path }}/ensure-release-branch.sh ${{ inputs.allow_modify == 'true' && '--allow-modify' || '' }} ${{ inputs.release_branch != "" && format('--release-branch {0}', inputs.release_branch) || '' }} ${{ inputs.release_tag }}
+ ${{ github.action_path }}/ensure-release-branch.sh ${{ inputs.allow_modify == 'true' && '--allow-modify' || '' }} ${{ inputs.release_branch != '' && format('--release-branch {0}', inputs.release_branch) || '' }} ${{ inputs.release_tag }}
0 commit comments