2
0
Fork 0

moved to an own action instead of the javascript action
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 13s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-18 14:42:00 +01:00
Ursprung 9407ce3822
Commit 0810cd85ac
2 geänderte Dateien mit 19 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -0,0 +1,15 @@
---
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

Datei anzeigen

@ -13,7 +13,8 @@ jobs:
steps: steps:
- run: kc.sh build - run: kc.sh build
working-directory: /opt/keycloak/ working-directory: /opt/keycloak/
- uses: actions/upload-artifact@v3 - id: local-upload
uses: ./.forgejo/actions/artifact-upload
with: with:
name: keycloak-dir name: keycloak.tar
path: /opt/keycloak/ path: /opt/keycloak