feat: set default repository and ref for diff-output
This commit is contained in:
parent
f2048f920c
commit
c14a5520f0
@ -7,11 +7,13 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
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 }}
|
||||||
secrets: []
|
secrets: []
|
||||||
outputs:
|
outputs:
|
||||||
is_changed:
|
is_changed:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user