Skip to content

Commit

Permalink
Test new line 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rluzuriaga committed Feb 22, 2024
1 parent 31cfdce commit f02e7fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/experimental_create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
- name: Set release name variable
run: |
echo "RELEASE_NAME=Experimental release from $(date '+%Y-%m-%d')" >> $GITHUB_ENV
- name: Set tag name variable
run: |
echo "TAG_NAME=EXPERIMENTAL_$(date '+%Y%m%d')" >> $GITHUB_ENV
Expand All @@ -303,7 +303,7 @@ jobs:
body_text+="Linux kernel ${{ env.LINUX_KERNEL_VER}}"
fi
if [[ "${{ inputs.init_arm64 }}" == "true" || "${{ inputs.init_x64 }}" == "true" || "${{ inputs.init_x86 }}" == "true" ]]; then
body_text+="\nBuildroot ${{ env.BUILDROOT_VER}}"
body_text="$body_text\nBuildroot ${{ env.BUILDROOT_VER}}"
fi
echo "RELEASE_BODY_TEXT=$(echo $body_text)" >> $GITHUB_ENV
Expand Down

0 comments on commit f02e7fe

Please sign in to comment.