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 99 CORE_REPO_SHA :
1010 required : true
1111 type : string
12-
12+ CONTRIB_REPO_SHA :
13+ required : true
14+ type : string
1315env :
1416 CORE_REPO_SHA : ${{ inputs.CORE_REPO_SHA }}
15- CONTRIB_REPO_SHA : main
17+ CONTRIB_REPO_SHA : ${{ inputs.CONTRIB_REPO_SHA }}
1618 PIP_EXISTS_ACTION : w
1719
1820jobs :
Original file line number Diff line number Diff line change 99 CORE_REPO_SHA:
1010 required: true
1111 type: string
12-
12+ CONTRIB_REPO_SHA:
13+ required: true
14+ type: string
1315env:
1416 CORE_REPO_SHA: ${% raw %} {{ inputs.CORE_REPO_SHA }}{% endraw %}
15- CONTRIB_REPO_SHA: main
17+ CONTRIB_REPO_SHA: $ {% raw %} {{ inputs.CONTRIB_REPO_SHA }} {% endraw %}
1618 PIP_EXISTS_ACTION: w
1719
1820jobs:
You can’t perform that action at this time.
0 commit comments