File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,18 +3,6 @@ name: LCM Integration E2E Pipeline
33on :
44 workflow_call :
55 inputs :
6- AUTO_MERGE :
7- default : true
8- required : false
9- type : boolean
10- description : Must be set here in order to use in if condition at job level.
11- base_branch :
12- required : true
13- type : string
14- description : The base branch to compare against for detecting changes.
15- pr_number :
16- required : true
17- type : string
186 java_version :
197 required : true
208 type : string
Original file line number Diff line number Diff line change @@ -259,9 +259,6 @@ jobs:
259259 id-token : write
260260 contents : read
261261 with :
262- AUTO_MERGE : ${{ inputs.AUTO_MERGE }}
263- base_branch : ${{ inputs.base_branch }}
264- pr_number : ${{ inputs.pr_number }}
265262 java_version : ' 11'
266263 ruby_version : ' jruby-9.4.12.1'
267264
You can’t perform that action at this time.
0 commit comments