Skip to content

Commit

Permalink
Quick fix for yml malformation (#30729)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoralfaro-dotcms authored Nov 21, 2024
1 parent ab2ddd4 commit 396487e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/legacy-release_maven-release-process.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ jobs:
if: success() && github.event.inputs.update_github_labels == 'true'
uses: ./.github/workflows/issue_comp_release-labeling.yml
with:
new_label: 'Release ${{ github.event.inputs.release_version }}''
new_label: 'Release ${{ github.event.inputs.release_version }}'
secrets:
CI_MACHINE_TOKEN: ${{ secrets.CI_MACHINE_TOKEN }}

Expand Down

0 comments on commit 396487e

Please sign in to comment.