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 6a1a23d commit f1e5570Copy full SHA for f1e5570
.github/workflows/maven.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Format ChangeLog
38
id: get-changelog
39
if: success() && github.event_name == 'push' && github.repository == 'MemoriesOfTime/Nukkit-MOT' && contains(github.ref_name, 'master')
40
- run: echo "changelog=${{ github.event.commits[0].message }}" >> $GITHUB_OUTPUT
+ run: echo "changelog=$(echo '${{ github.event.commits[0].message }}' | sed ':a;N;$!ba;s/\n/\\n/g')" >> $GITHUB_OUTPUT
41
- name: Get Time
42
id: time
43
uses: nanzm/[email protected]
0 commit comments