File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 22
22
description : |
23
23
'The operating system to use for the CI jobs. Default is "ubuntu-latest" for libraries
24
24
and "ubuntu-latest", "windows-latest", and "macos-latest" for cores.'
25
+ called-ref :
26
+ required : false
27
+ type : string
28
+ default : ' latest'
29
+ description : ' The ref to use for reusable workflow. The same version of the repository tool will be used if specified.'
25
30
26
31
jobs :
27
32
ci-setup :
41
46
uses : actions/checkout@v4
42
47
with :
43
48
repository : Infineon/arduino-devops
44
- ref : latest
49
+ ref : ${{ inputs.called-ref }}
45
50
path : arduino-devops
46
51
47
52
- name : Install python dependencies
@@ -111,7 +116,7 @@ jobs:
111
116
uses : actions/checkout@v4
112
117
with :
113
118
repository : Infineon/arduino-devops
114
- ref : latest
119
+ ref : ${{ inputs.called-ref }}
115
120
path : arduino-devops
116
121
117
122
- name : Install python dependencies
Original file line number Diff line number Diff line change 13
13
default : ' '
14
14
type : string
15
15
description : ' Version to be used for the release. It can be a semver version or a bump type (major, minor, patch).'
16
+ called-ref :
17
+ required : false
18
+ type : string
19
+ default : ' latest'
20
+ description : ' The ref to use for reusable workflow. The same version of the repository tool will be used if specified.'
16
21
secrets :
17
22
release-ssh-key :
18
23
required : false
37
42
uses : actions/checkout@v4
38
43
with :
39
44
repository : Infineon/arduino-devops
40
- ref : latest
45
+ ref : ${{ inputs.called-ref }}
41
46
path : arduino-devops
42
47
43
48
- name : Install python dependencies
You can’t perform that action at this time.
0 commit comments