set default repo and ref
Some checks failed
Some checks failed
This commit is contained in:
parent
17744df2d7
commit
00486e359c
@ -4,11 +4,13 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
repository:
|
repository:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.repository }}
|
||||||
ref:
|
ref:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.ref }}
|
||||||
image_name:
|
image_name:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
@ -4,11 +4,13 @@ on:
|
|||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
repository:
|
repository:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.repository }}
|
||||||
ref:
|
ref:
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
default: ${{ github.ref }}
|
||||||
image_name:
|
image_name:
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user