File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 63
63
description : Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing
64
64
type : string
65
65
default : main
66
+ repository :
67
+ description : SKC repository to checkout (convenience for CI)
68
+ type : string
69
+ default : ${{ github.repository }}
66
70
secrets :
67
71
KAYOBE_VAULT_PASSWORD :
68
72
required : true
98
102
- name : Checkout ${{ inputs.upgrade && 'previous release' || 'current' }} config
99
103
uses : actions/checkout@v4
100
104
with :
105
+ repository : ${{ inputs.repository }}
101
106
ref : ${{ inputs.upgrade && env.PREVIOUS_BRANCH || github.ref }}
102
107
submodules : true
103
108
@@ -371,6 +376,7 @@ jobs:
371
376
- name : Checkout current release config
372
377
uses : actions/checkout@v4
373
378
with :
379
+ repository : ${{ inputs.repository }}
374
380
submodules : true
375
381
clean : false
376
382
if : inputs.upgrade
Original file line number Diff line number Diff line change 29
29
description : Whether to run the workflow (workaround for required status checks issue)
30
30
type : boolean
31
31
default : true
32
+ repository :
33
+ type : string
34
+ default : ${{ github.repository }}
32
35
outputs :
33
36
kayobe_image :
34
37
description : Reference of Kayobe image that was built
53
56
- name : Checkout kayobe config
54
57
uses : actions/checkout@v4
55
58
with :
59
+ repository : ${{ inputs.repository }}
56
60
submodules : true
57
61
58
62
- name : Log in to the Container registry
You can’t perform that action at this time.
0 commit comments