1313 if : ${{ github.repository == 'spring-projects/spring-boot' || github.repository == 'spring-projects/spring-boot-commercial' }}
1414 runs-on : ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1515 steps :
16- - name : Check Out Code
16+ - name : Checkout Code 📥
1717 uses : actions/checkout@v6
18- - name : Build and Publish
18+ - name : Build 📦 and Publish 📡
1919 id : build-and-publish
2020 uses : ./.github/actions/build
2121 with :
7070 - verify
7171 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
7272 steps :
73- - name : Check Out Code
73+ - name : Checkout Code 📥
7474 uses : actions/checkout@v6
7575 - name : Sync to Maven Central
7676 uses : ./.github/actions/sync-to-maven-central
@@ -104,7 +104,7 @@ jobs:
104104 - sync-to-maven-central
105105 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
106106 steps :
107- - name : Check Out Code
107+ - name : Checkout Code 📥
108108 uses : actions/checkout@v6
109109 - name : Publish
110110 uses : ./.github/actions/publish-gradle-plugin
@@ -121,7 +121,7 @@ jobs:
121121 - sync-to-maven-central
122122 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
123123 steps :
124- - name : Check Out Code
124+ - name : Checkout Code 📥
125125 uses : actions/checkout@v6
126126 - name : Publish to SDKMAN!
127127 uses : ./.github/actions/publish-to-sdkman
@@ -137,7 +137,7 @@ jobs:
137137 - sync-to-maven-central
138138 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
139139 steps :
140- - name : Check Out Code
140+ - name : Checkout Code 📥
141141 uses : actions/checkout@v6
142142 - name : Update Homebrew Tap
143143 uses : ./.github/actions/update-homebrew-tap
@@ -168,7 +168,7 @@ jobs:
168168 - update-homebrew-tap
169169 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
170170 steps :
171- - name : Check Out Code
171+ - name : Checkout Code 📥
172172 uses : actions/checkout@v6
173173 - name : Create GitHub Release
174174 uses : ./.github/actions/create-github-release
0 commit comments