Skip to content

Commit

Permalink
- fix double escaping of description
Browse files Browse the repository at this point in the history
  • Loading branch information
mikepenz authored Mar 11, 2023
1 parent 7722d26 commit aaa098e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
DM=""
fi
java -jar ${{ github.action_path }}/scripts/jira_magic-2.4.1-r8.jar "${{ inputs.releaseVersion }}" "${{ inputs.jiraToken }}" "${CHANGELOG}" "${{ inputs.projectDirectory }}" "${{ inputs.configurationDirectory }}" "${{ inputs.cachesDirectory }}" "$DM"
java -jar ${{ github.action_path }}/scripts/jira_magic-2.4.2-r8.jar "${{ inputs.releaseVersion }}" "${{ inputs.jiraToken }}" "${CHANGELOG}" "${{ inputs.projectDirectory }}" "${{ inputs.configurationDirectory }}" "${{ inputs.cachesDirectory }}" "$DM"
if [[ -e "${{ inputs.cachesDirectory }}/release.txt" ]]; then
echo "release-ticket-id=$(cat ${{ inputs.cachesDirectory }}/release.txt)" >> $GITHUB_OUTPUT
Expand Down
Binary file not shown.

0 comments on commit aaa098e

Please sign in to comment.