fix missing contrib_repo_sha in workflow (#3049)
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
This commit is contained in:
parent
41bd34f6e1
commit
97d1514b65
|
|
@ -9,10 +9,12 @@ on:
|
|||
CORE_REPO_SHA:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
CONTRIB_REPO_SHA:
|
||||
required: true
|
||||
type: string
|
||||
env:
|
||||
CORE_REPO_SHA: ${{ inputs.CORE_REPO_SHA }}
|
||||
CONTRIB_REPO_SHA: main
|
||||
CONTRIB_REPO_SHA: ${{ inputs.CONTRIB_REPO_SHA }}
|
||||
PIP_EXISTS_ACTION: w
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
|
|
@ -9,10 +9,12 @@ on:
|
|||
CORE_REPO_SHA:
|
||||
required: true
|
||||
type: string
|
||||
|
||||
CONTRIB_REPO_SHA:
|
||||
required: true
|
||||
type: string
|
||||
env:
|
||||
CORE_REPO_SHA: ${% raw %}{{ inputs.CORE_REPO_SHA }}{% endraw %}
|
||||
CONTRIB_REPO_SHA: main
|
||||
CONTRIB_REPO_SHA: ${% raw %}{{ inputs.CONTRIB_REPO_SHA }}{% endraw %}
|
||||
PIP_EXISTS_ACTION: w
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Reference in New Issue