2
0
Fork 0
keycloak/.forgejo/actions/artifact-upload/action.yml
Sebastian Tobie 0810cd85ac
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 13s
moved to an own action instead of the javascript action
2025-01-18 14:42:00 +01:00

15 Zeilen
Kein EOL
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