2
0
Fork 0
keycloak/.forgejo/actions/artifact-upload/action.yml
Sebastian Tobie 916fb39046
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s
another test
2025-01-18 17:52:46 +01:00

21 Zeilen
452 B
YAML

---
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
outputs: {}
runs:
using: composite
steps:
- name: collect
shell: sh
run: "/bin/env"
- name: upload
shell: sh
run: "/bin/true"