2025-01-18 14:42:00 +01:00
|
|
|
---
|
|
|
|
inputs:
|
|
|
|
name:
|
|
|
|
default: artifact.tar
|
|
|
|
description: Artifact name
|
|
|
|
path:
|
|
|
|
description: Paths of the file or directory with the data
|
|
|
|
required: true
|
2025-01-18 15:01:18 +01:00
|
|
|
outputs: {}
|
2025-01-18 14:42:00 +01:00
|
|
|
runs:
|
|
|
|
using: composite
|
|
|
|
steps:
|
|
|
|
- name: collect
|
2025-01-18 16:14:33 +01:00
|
|
|
shell: sh
|
|
|
|
run: "true"
|
2025-01-18 14:42:00 +01:00
|
|
|
- name: upload
|
2025-01-18 16:14:33 +01:00
|
|
|
shell: sh
|
|
|
|
run: "true"
|