File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
generate_workflows_lib/src/generate_workflows_lib Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 9
9
CORE_REPO_SHA :
10
10
required : true
11
11
type : string
12
-
12
+ CONTRIB_REPO_SHA :
13
+ required : true
14
+ type : string
13
15
env :
14
16
CORE_REPO_SHA : ${{ inputs.CORE_REPO_SHA }}
15
- CONTRIB_REPO_SHA : main
17
+ CONTRIB_REPO_SHA : ${{ inputs.CONTRIB_REPO_SHA }}
16
18
PIP_EXISTS_ACTION : w
17
19
18
20
jobs :
Original file line number Diff line number Diff line change 9
9
CORE_REPO_SHA:
10
10
required: true
11
11
type: string
12
-
12
+ CONTRIB_REPO_SHA:
13
+ required: true
14
+ type: string
13
15
env:
14
16
CORE_REPO_SHA: ${% raw %} {{ inputs.CORE_REPO_SHA }}{% endraw %}
15
- CONTRIB_REPO_SHA: main
17
+ CONTRIB_REPO_SHA: $ {% raw %} {{ inputs.CONTRIB_REPO_SHA }} {% endraw %}
16
18
PIP_EXISTS_ACTION: w
17
19
18
20
jobs:
You can’t perform that action at this time.
0 commit comments