2
0
Fork 0
keycloak/.forgejo/actions/artifact-upload/action.yml

22 Zeilen
443 B
YAML

---
2025-01-18 16:44:12 +01:00
name: Upload Tar Artifact
author: "Sebastian"
description: Uploads the file or directory as an artifact into github/forgejo
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: {}
runs:
using: composite
steps:
- name: collect
2025-01-18 16:14:33 +01:00
shell: sh
run: "true"
- name: upload
2025-01-18 16:14:33 +01:00
shell: sh
run: "true"