15 Zeilen
270 B
YAML
15 Zeilen
270 B
YAML
|
---
|
||
|
inputs:
|
||
|
name:
|
||
|
default: artifact.tar
|
||
|
description: Artifact name
|
||
|
path:
|
||
|
description: Paths of the file or directory with the data
|
||
|
required: true
|
||
|
runs:
|
||
|
using: composite
|
||
|
steps:
|
||
|
- name: collect
|
||
|
run: true
|
||
|
- name: upload
|
||
|
run: true
|