From fc625d0d071dfcfe99fdfb948dd3dd8fdc689766 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Wed, 14 May 2025 15:31:01 +0200 Subject: [PATCH] Workflows --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 311bdfa..985c85c 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -153,7 +153,7 @@ jobs: cp ../frontend/public/json/$json_file frontend/public/json/. || true fi - echo "test" + echo $script_name grep 'https://raw.githubusercontent.com/community-scripts/ProxmoxVED' ct/"$script_name".sh sed 's|https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/build.func|https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func|' ct/$script_name.sh sed -i 's|# License: MIT \| https://github.com/community-scripts/ProxmoxVED/raw/main/LICENSE|# License: MIT \| https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE|' ct/$script_name.sh