found the error in the custom action
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 12s
Dieser Commit ist enthalten in:
Ursprung
775c05462e
Commit
6f7691593a
2 geänderte Dateien mit 9 neuen und 7 gelöschten Zeilen
|
@ -11,6 +11,8 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: collect
|
||||
run: true
|
||||
shell: sh
|
||||
run: "true"
|
||||
- name: upload
|
||||
run: true
|
||||
shell: sh
|
||||
run: "true"
|
||||
|
|
|
@ -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
|
||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren