Skip to content

Commit 58ecce6

Browse files
committed
github-actionify: generalize build exec step name
There may be other build steps performed beyond only Maven.
1 parent 31fb880 commit 58ecce6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github-actionify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
distribution: 'zulu'
160160
- name: Set up CI environment
161161
run: $ciSetupScript
162-
- name: Build with Maven
162+
- name: Execute the build
163163
run: $ciBuildScript
164164
env:
165165
GPG_KEY_NAME: \${{ secrets.GPG_KEY_NAME }}
@@ -206,7 +206,7 @@ jobs:
206206
distribution: 'zulu'
207207
- name: Set up CI environment
208208
run: $ciSetupScript
209-
- name: Build with Maven
209+
- name: Execute the build
210210
run: $ciBuildScript
211211
EOL
212212
update "$ciConfigBuildPR" "add/update PR build action"

0 commit comments

Comments
 (0)