Skip to content

Commit f17a2d4

Browse files
authored
Test new line 8
1 parent ae85f08 commit f17a2d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/experimental_create_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ jobs:
280280
281281
- name: Set tag name variable
282282
run: |
283-
echo "TAG_NAME=EXPERIMENTAL_$(date '+%Y%m%d')" >> $GITHUB_ENV
283+
echo "TAG_NAME=EXP_$(date '+%Y%m%d')" >> $GITHUB_ENV
284284
285285
- name: Get Linux Kernel version from build.sh
286286
run: |
@@ -298,7 +298,7 @@ jobs:
298298
299299
- name: Create release body
300300
run: |
301-
release_body_text="WARNING! These are experimental releases, backup your previous kernels/inits before installing these.\n\n"
301+
release_body_text="WARNING! These are experimental releases. Backup your previous kernels/inits before installing these.\n\n"
302302
# If the release includes any kernels, then add the kernel version to the release body.
303303
if [[ "${{ inputs.kernel_arm64 }}" == "true" || "${{ inputs.kernel_x64 }}" == "true" || "${{ inputs.kernel_x86 }}" == "true" ]]; then
304304
release_body_text+="Linux kernel ${{ env.LINUX_KERNEL_VER}}\n"

0 commit comments

Comments
 (0)