actions/synchronize
This commit is contained in:
parent
a0a64a098f
commit
bc1d047359
1 changed files with 8 additions and 0 deletions
8
spcd/actions/synchronize/action.yaml
Normal file
8
spcd/actions/synchronize/action.yaml
Normal file
|
@ -0,0 +1,8 @@
|
|||
inputs:
|
||||
source:
|
||||
default: out
|
||||
required: false
|
||||
runs:
|
||||
using: composite
|
||||
steps:
|
||||
- run: echo "${INPUT_SOURCE}"
|
Loading…
Reference in a new issue