2
0
Fork 0

found the error in the custom action
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-01-18 16:14:33 +01:00
Ursprung 775c05462e
Commit 6f7691593a
2 geänderte Dateien mit 9 neuen und 7 gelöschten Zeilen

Datei anzeigen

@ -11,6 +11,8 @@ runs:
using: composite
steps:
- name: collect
run: true
shell: sh
run: "true"
- name: upload
run: true
shell: sh
run: "true"

Datei anzeigen

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