Skip to content

Commit 7a2fb7e

Browse files
committed
Test new line 4
1 parent 6ed40b7 commit 7a2fb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/experimental_create_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ jobs:
300300
run: |
301301
body_text=""
302302
if [[ "${{ inputs.kernel_arm64 }}" == "true" || "${{ inputs.kernel_x64 }}" == "true" || "${{ inputs.kernel_x86 }}" == "true" ]]; then
303-
body_text+="Linux kernel ${{ env.LINUX_KERNEL_VER}}\ntest"
303+
body_text+="Linux kernel ${{ env.LINUX_KERNEL_VER}}"
304304
fi
305305
if [[ "${{ inputs.init_arm64 }}" == "true" || "${{ inputs.init_x64 }}" == "true" || "${{ inputs.init_x86 }}" == "true" ]]; then
306306
body_text+="\nBuildroot ${{ env.BUILDROOT_VER}}"

0 commit comments

Comments
 (0)