Compare commits

..

No commits in common. 'afc7cad211f2c7a05f757cbba287e5a1ff4c9ae7' and 'd8bf127e74e2fdde563493d28f27c347898fb0fd' have entirely different histories.

@ -23,10 +23,6 @@ on:
artifact_name:
required: true
type: string
mod_description_full:
required: false
type: boolean
default: true
append_v_to_version:
required: true
type: boolean
@ -92,7 +88,7 @@ jobs:
run: |
if ${{ inputs.mod_description == '' }}
then
desc="$(bannerlord_changelog_parser ${{ inputs.mod_description_full && 'fulldescription' || 'description' }} -f "$PWD/changelog.txt")"
desc="$(bannerlord_changelog_parser fulldescription -f "$PWD/changelog.txt")"
desc="${desc//'%'/'%25'}"
desc="${desc//$'"'/'%22'}"
desc="${desc//$'\n'/'%0A'}"

Loading…
Cancel
Save