Skip to content

Commit 2f7fe9b

Browse files
committed
Test GChat eclipse distro message corrections
1 parent 2391b39 commit 2f7fe9b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test-eclipse-distro-gchat-notification.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ on:
1111
build_type:
1212
description: Build type such as 'snapshot', 'milestone' or 'release'
1313
required: true
14-
default: 'snapshot'
14+
default: 'release'
1515
type: string
1616
p2-path:
17-
description: p2 path example `release/TOOLS/sts4/update/4.24.0.RELEASE/e4.32`
17+
description: p2 path
18+
default: 'release/TOOLS/sts4/update/4.24.0.RELEASE/e4.32'
1819
required: true
1920
type: string
2021
dist-path:
21-
description: distro path `release/STS4/4.24.0.RELEASE/dist/e4.32`
22+
description: distro path
23+
default: 'release/STS4/4.24.0.RELEASE/dist/e4.32'
2224
required: true
2325
type: string
2426

0 commit comments

Comments
 (0)