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
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: collect
|
- name: collect
|
||||||
run: true
|
shell: sh
|
||||||
|
run: "true"
|
||||||
- name: upload
|
- name: upload
|
||||||
run: true
|
shell: sh
|
||||||
|
run: "true"
|
||||||
|
|
|
@ -13,8 +13,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- run: kc.sh build
|
- run: kc.sh build
|
||||||
working-directory: /opt/keycloak/
|
working-directory: /opt/keycloak/
|
||||||
#- id: local-upload
|
- id: local-upload
|
||||||
# uses: ./.forgejo/actions/artifact-upload
|
uses: ./.forgejo/actions/artifact-upload
|
||||||
# with:
|
with:
|
||||||
# name: keycloak.tar
|
name: keycloak.tar
|
||||||
# path: /opt/keycloak
|
path: /opt/keycloak
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren