Sebastian Tobie
ea661930e2
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s
16 Zeilen
Kein EOL
282 B
YAML
16 Zeilen
Kein EOL
282 B
YAML
---
|
|
inputs:
|
|
name:
|
|
default: artifact.tar
|
|
description: Artifact name
|
|
path:
|
|
description: Paths of the file or directory with the data
|
|
required: true
|
|
outputs: {}
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- name: collect
|
|
run: true
|
|
- name: upload
|
|
run: true |