fix process_template
All checks were successful
/ release-and-build (push) Successful in 41s

This commit is contained in:
2026-02-13 17:17:43 +01:00
parent a2aa120977
commit 4b57626f85

View File

@@ -317,7 +317,7 @@ jobs:
if [ -f "$template" ]; then
> "$output"
while IFS= read -r line || [ -n "$line" ]; do
# 1. Standard Ersetzungen (String Replace)
# 1. Standard Ersetzungen
line="${line//__REPO_NAME__/$REPO_PURE}"
line="${line//__FULL_URL__/$FULL_URL}"
line="${line//__BUILD_TAG__/$BUILD_TAG}"