File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 6
6
build_target :
7
7
description : ' Build target for timing diff'
8
8
required : false
9
- # default: 'standalone-ocaml lite-generated-files'
9
+ default : ' standalone-ocaml lite-generated-files'
10
+ type : string
11
+ target_repository :
12
+ description : ' Target repository to checkout (e.g., username/repo)'
13
+ required : false
14
+ default : ' '
15
+ type : string
16
+ target_branch :
17
+ description : ' Target branch to checkout'
18
+ required : false
19
+ default : ' '
10
20
type : string
11
21
12
22
jobs :
30
40
- uses : actions/checkout@v4
31
41
with :
32
42
submodules : recursive
43
+ repository : ${{ github.event.inputs.target_repository || github.repository }}
44
+ ref : ${{ github.event.inputs.target_branch || github.ref }}
33
45
- name : echo host build params
34
46
run : etc/ci/describe-system-config.sh
35
47
- name : echo container build params
You can’t perform that action at this time.
0 commit comments