File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 7
7
description : ' Release Tag'
8
8
required : true
9
9
type : string
10
+ prev_sdk_tag :
11
+ description : ' Prev SDK Release Tag'
12
+ required : true
13
+ type : string
10
14
11
15
concurrency :
12
16
group : ${{ github.workflow }}-${{ github.ref }}
29
33
- uses : dorny/paths-filter@v3
30
34
id : filter
31
35
with :
32
- ref : ${{ github.head_ref }}
33
- base : ${{ inputs.tag }}
36
+ base : ${{ inputs.prev_sdk_tag }}
34
37
list-files : ' json'
35
38
filters : |
36
39
lbox:
Original file line number Diff line number Diff line change 6
6
tag :
7
7
description : ' Release Tag'
8
8
required : true
9
+ prev_sdk_tag :
10
+ description : ' Prev SDK Release Tag, used to determine which lbox files have changed'
11
+ required : true
9
12
skip-tests :
10
13
description : ' Skip PROD Test (Do not do this unless there is an emergency)'
11
14
default : false
32
35
uses : ./.github/workflows/lbox-publish.yml
33
36
with :
34
37
tag : ${{ inputs.tag }}
38
+ prev_sdk_tag : ${{ inputs.prev_sdk_tag }}
35
39
secrets : inherit
36
40
build :
37
41
needs : ['build-lbox']
You can’t perform that action at this time.
0 commit comments