2
0
Fork 0
keycloak/.forgejo/actions/artifact-upload/action.yml
Sebastian Tobie 6f7691593a
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s
found the error in the custom action
2025-01-18 16:14:33 +01:00

18 Zeilen
319 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
shell: sh
run: "true"
- name: upload
shell: sh
run: "true"