Skip to content

Commit 3b4dc93

Browse files
committed
Shorter action.yml description
1 parent c2232a1 commit 3b4dc93

5 files changed

Lines changed: 10 additions & 15 deletions

File tree

action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Diffblue Cover
22
description:
3-
Runs Diffblue Cover to automatically write and maintain Java unit tests.
4-
Variations of the action are available using various supported JDK versions.
5-
This variation uses JDK17.
3+
Runs Diffblue Cover directly in your workflow to autonomously write
4+
Java unit tests on your pull requests.
65
author: Diffblue
76
branding:
87
icon: check-circle

jdk11/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Diffblue Cover
22
description:
3-
Runs Diffblue Cover to automatically write and maintain Java unit tests.
4-
Variations of the action are available using various supported JDK versions.
5-
This variation uses JDK11.
3+
Runs Diffblue Cover directly in your workflow to autonomously write
4+
Java unit tests on your pull requests.
65
author: Diffblue
76
branding:
87
icon: check-circle

jdk17/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Diffblue Cover
22
description:
3-
Runs Diffblue Cover to automatically write and maintain Java unit tests.
4-
Variations of the action are available using various supported JDK versions.
5-
This variation uses JDK17.
3+
Runs Diffblue Cover directly in your workflow to autonomously write
4+
Java unit tests on your pull requests.
65
author: Diffblue
76
branding:
87
icon: check-circle

jdk21/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Diffblue Cover
22
description:
3-
Runs Diffblue Cover to automatically write and maintain Java unit tests.
4-
Variations of the action are available using various supported JDK versions.
5-
This variation uses JDK21.
3+
Runs Diffblue Cover directly in your workflow to autonomously write
4+
Java unit tests on your pull requests.
65
author: Diffblue
76
branding:
87
icon: check-circle

jdk8/action.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Diffblue Cover
22
description:
3-
Runs Diffblue Cover to automatically write and maintain Java unit tests.
4-
Variations of the action are available using various supported JDK versions.
5-
This variation uses JDK8.
3+
Runs Diffblue Cover directly in your workflow to autonomously write
4+
Java unit tests on your pull requests.
65
author: Diffblue
76
branding:
87
icon: check-circle

0 commit comments

Comments
 (0)