Workflows

This commit is contained in:
Michel Roegl-Brunner 2025-05-14 15:28:10 +02:00
parent 0a7bed66ea
commit 4774d76495

View File

@ -157,9 +157,12 @@ jobs:
cp ../frontend/public/json/$json_file frontend/public/json/. || true
fi
echo "test"
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
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|' install/$script_name-install.sh
git add .
if git diff --cached --exit-code; then
echo "No changes detected, skipping commit."