moved to an own action instead of the javascript action
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 13s
Einige Prüfungen sind fehlgeschlagen
/ configuration (push) Failing after 13s
Dieser Commit ist enthalten in:
Ursprung
9407ce3822
Commit
0810cd85ac
2 geänderte Dateien mit 19 neuen und 3 gelöschten Zeilen
15
.forgejo/actions/artifact-upload/action.yml
Normale Datei
15
.forgejo/actions/artifact-upload/action.yml
Normale Datei
|
@ -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
|
|
@ -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
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren