This commit is contained in:
@@ -103,7 +103,14 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cd repo
|
cd repo
|
||||||
|
|
||||||
|
# ------------------------ GEÄNDERT ------------------------
|
||||||
|
# Temporär die Vorlage aus dem hidden/templates Branch holen
|
||||||
|
git fetch origin hidden/templates
|
||||||
|
git checkout origin/hidden/templates -- templates/metadata.template
|
||||||
TEMPLATE="templates/metadata.template"
|
TEMPLATE="templates/metadata.template"
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
|
||||||
|
# TEMPLATE="templates/metadata.template"
|
||||||
OUT="metadata.txt"
|
OUT="metadata.txt"
|
||||||
|
|
||||||
CONTENT=$(cat "$TEMPLATE")
|
CONTENT=$(cat "$TEMPLATE")
|
||||||
|
|||||||
Reference in New Issue
Block a user