We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d87ea commit 7aa7c8eCopy full SHA for 7aa7c8e
1 file changed
github-actionify.sh
@@ -127,7 +127,7 @@ process() {
127
128
# Add/update the main GitHub Actions configuration file.
129
cat >"$tmpFile" <<EOL
130
-name: SciJava CI
+name: build
131
132
on:
133
push:
@@ -174,7 +174,7 @@ EOL
174
175
# Add/update the GitHun Actions PR configuration file.
176
177
-name: SciJava PR CI
+name: build PR
178
179
180
pull_request:
0 commit comments