We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa7c8e commit 7368ed7Copy full SHA for 7368ed7
1 file changed
github-actionify.sh
@@ -170,7 +170,7 @@ jobs:
170
OSSRH_PASS: \${{ secrets.OSSRH_PASS }}
171
SIGNING_ASC: \${{ secrets.SIGNING_ASC }}
172
EOL
173
- update "$ciConfig"
+ update "$ciConfig" "add/update main build action"
174
175
# Add/update the GitHun Actions PR configuration file.
176
cat >"$tmpFile" <<EOL
@@ -210,7 +210,7 @@ jobs:
210
- name: Build with Maven
211
run: ./$ciBuildScript
212
213
- update "$ciPRConfig"
+ update "$ciPRConfig" "add/update PR build action"
214
215
# Add/update the GitHub Action setup script.
216
0 commit comments