mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Updating workflow (#2206)
# Changed - Changed: Changed the workflow to bypass an action.
This commit is contained in:
parent
f103853e1c
commit
cc1adc8930
12
.github/workflows/build-and-test.yml
vendored
12
.github/workflows/build-and-test.yml
vendored
@ -124,6 +124,12 @@ jobs:
|
|||||||
Read full changelog: https://github.com/Kareadita/Kavita/pull/${{ steps.findPr.outputs.pr }}"
|
Read full changelog: https://github.com/Kareadita/Kavita/pull/${{ steps.findPr.outputs.pr }}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
body=${body//\'/}
|
||||||
|
body=${body//'%'/'%25'}
|
||||||
|
body=${body//$'\n'/'%0A'}
|
||||||
|
body=${body//$'\r'/'%0D'}
|
||||||
|
body=${body//$'`'/'%60'}
|
||||||
|
body=${body//$'>'/'%3E'}
|
||||||
echo $body
|
echo $body
|
||||||
echo "BODY=$body" >> $GITHUB_OUTPUT
|
echo "BODY=$body" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
@ -243,6 +249,12 @@ jobs:
|
|||||||
Read full changelog: https://github.com/Kareadita/Kavita/releases/latest"
|
Read full changelog: https://github.com/Kareadita/Kavita/releases/latest"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
body=${body//\'/}
|
||||||
|
body=${body//'%'/'%25'}
|
||||||
|
body=${body//$'\n'/'%0A'}
|
||||||
|
body=${body//$'\r'/'%0D'}
|
||||||
|
body=${body//$'`'/'%60'}
|
||||||
|
body=${body//$'>'/'%3E'}
|
||||||
echo $body
|
echo $body
|
||||||
echo "BODY=$body" >> $GITHUB_OUTPUT
|
echo "BODY=$body" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user