Skip to content

Commit 7aa7c8e

Browse files
committed
github-actionify: improve badge labels
We want the main build badge to just say "build" like other projects do.
1 parent b3d87ea commit 7aa7c8e

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
@@ -127,7 +127,7 @@ process() {
127127

128128
# Add/update the main GitHub Actions configuration file.
129129
cat >"$tmpFile" <<EOL
130-
name: SciJava CI
130+
name: build
131131
132132
on:
133133
push:
@@ -174,7 +174,7 @@ EOL
174174

175175
# Add/update the GitHun Actions PR configuration file.
176176
cat >"$tmpFile" <<EOL
177-
name: SciJava PR CI
177+
name: build PR
178178
179179
on:
180180
pull_request:

0 commit comments

Comments
 (0)