Include GERRIT_BRANCH,GERRIT_CHANGE_ID,GERRIT_CHANGE_URL inputs
Issue-ID: OAM-494
Change-Id: I2b67a2fd9dab6ef2023a96c16b4905979cf2f7ae
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
on:
workflow_dispatch:
inputs:
- # GERRIT_BRANCH:
- # description: "Branch that change is against"
- # required: true
- # type: string
- # GERRIT_CHANGE_ID:
- # description: "The ID for the change"
- # required: true
- # type: string
+ GERRIT_BRANCH:
+ description: "Branch that change is against"
+ required: true
+ type: string
+ GERRIT_CHANGE_ID:
+ description: "The ID for the change"
+ required: true
+ type: string
GERRIT_CHANGE_NUMBER:
description: "The Gerrit number"
required: true
type: string
- # GERRIT_CHANGE_URL:
- # description: "URL to the change"
- # required: true
- # type: string
+ GERRIT_CHANGE_URL:
+ description: "URL to the change"
+ required: true
+ type: string
GERRIT_EVENT_TYPE:
description: "Type of Gerrit event"
required: true