From 2f7fe9bd4ee4c4a082fde719342ba88852dbc378 Mon Sep 17 00:00:00 2001 From: aboyko Date: Thu, 5 Sep 2024 15:02:11 -0400 Subject: [PATCH] Test GChat eclipse distro message corrections --- .../workflows/test-eclipse-distro-gchat-notification.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-eclipse-distro-gchat-notification.yml b/.github/workflows/test-eclipse-distro-gchat-notification.yml index 52554ef05..1ee38216d 100644 --- a/.github/workflows/test-eclipse-distro-gchat-notification.yml +++ b/.github/workflows/test-eclipse-distro-gchat-notification.yml @@ -11,14 +11,16 @@ on: build_type: description: Build type such as 'snapshot', 'milestone' or 'release' required: true - default: 'snapshot' + default: 'release' type: string p2-path: - description: p2 path example `release/TOOLS/sts4/update/4.24.0.RELEASE/e4.32` + description: p2 path + default: 'release/TOOLS/sts4/update/4.24.0.RELEASE/e4.32' required: true type: string dist-path: - description: distro path `release/STS4/4.24.0.RELEASE/dist/e4.32` + description: distro path + default: 'release/STS4/4.24.0.RELEASE/dist/e4.32' required: true type: string