We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31fb880 commit 58ecce6Copy full SHA for 58ecce6
1 file changed
github-actionify.sh
@@ -159,7 +159,7 @@ jobs:
159
distribution: 'zulu'
160
- name: Set up CI environment
161
run: $ciSetupScript
162
- - name: Build with Maven
+ - name: Execute the build
163
run: $ciBuildScript
164
env:
165
GPG_KEY_NAME: \${{ secrets.GPG_KEY_NAME }}
@@ -206,7 +206,7 @@ jobs:
206
207
208
209
210
211
EOL
212
update "$ciConfigBuildPR" "add/update PR build action"
0 commit comments