mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
WF
This commit is contained in:
8
.github/workflows/move-to-main-repo.yaml
vendored
8
.github/workflows/move-to-main-repo.yaml
vendored
@@ -32,11 +32,9 @@ jobs:
|
||||
script_name="${{ env.script_name }}"
|
||||
|
||||
# Check if files exist under /ct, /install, and /json
|
||||
ct_file="ct/$script_name.sh"
|
||||
install_file="install/$script_name-install.sh"
|
||||
json_file="json/$script_name.json"
|
||||
|
||||
echo "Checking for script files:"
|
||||
ct_file="ct/${script_name}.sh"
|
||||
install_file="install/${script_name}-install.sh"
|
||||
json_file="json/${script_name}.json"
|
||||
|
||||
if [[ -f "$ct_file" && -f "$install_file" && -f "$json_file" ]]; then
|
||||
echo "All required files found."
|
||||
|
||||
Reference in New Issue
Block a user