File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3030 run : |
3131 BUILD_TYPE_CASED=$(echo "${{ inputs.buildType }}" | sed 's/^\(.\)/\L\1/')
3232 echo "BUILD_TYPE_CASED=$BUILD_TYPE_CASED" >> $GITHUB_ENV
33+ printf "%b" "MESSAGE=${{ inputs.message }}" >> %GITHUB_ENV
3334
3435 - name : Checkout
3536 uses : actions/checkout@v4
5455 java-version : 21
5556
5657 - name : Set up Gradle
57- uses : gradle/actions/setup-gradle@v3
58+ uses : gradle/actions/setup-gradle@v4
5859 with :
5960 validate-wrappers : true
6061 gradle-home-cache-cleanup : true
@@ -87,12 +88,12 @@ jobs:
8788 with :
8889 to-who : ' @MMRLCI'
8990 message : |-
90- **CI Manager (TEST BUILD) **
91+ **CI Manager**
9192 #ci_${{ env.VERSION }}
9293
9394 Build on ${{ env.BUILD_DATE }}.
9495
95- ```${{ inputs.message }}```
96+ ```${{ env.MESSAGE }}```
9697
9798 Type: ${{ env.BUILD_TYPE_CASED }}
9899 [Workflow run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})
You can’t perform that action at this time.
0 commit comments