Skip to content

Commit 7368ed7

Browse files
committed
github-actionify: improve commit messages
1 parent 7aa7c8e commit 7368ed7

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
@@ -170,7 +170,7 @@ jobs:
170170
OSSRH_PASS: \${{ secrets.OSSRH_PASS }}
171171
SIGNING_ASC: \${{ secrets.SIGNING_ASC }}
172172
EOL
173-
update "$ciConfig"
173+
update "$ciConfig" "add/update main build action"
174174

175175
# Add/update the GitHun Actions PR configuration file.
176176
cat >"$tmpFile" <<EOL
@@ -210,7 +210,7 @@ jobs:
210210
- name: Build with Maven
211211
run: ./$ciBuildScript
212212
EOL
213-
update "$ciPRConfig"
213+
update "$ciPRConfig" "add/update PR build action"
214214

215215
# Add/update the GitHub Action setup script.
216216
cat >"$tmpFile" <<EOL

0 commit comments

Comments
 (0)