mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Workflow
This commit is contained in:
12
.github/workflows/move-to-main-repo.yaml
vendored
12
.github/workflows/move-to-main-repo.yaml
vendored
@@ -64,23 +64,17 @@ jobs:
|
||||
json_file="frontend/public/json/${script_name}.json"
|
||||
|
||||
|
||||
if [[ -f "$ct_file" ]]; then
|
||||
|
||||
else
|
||||
if [[ ! -f "$ct_file" ]]; then
|
||||
echo "ct file not found."
|
||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||
echo "missing=$ct_file" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
if [[ -f "$install_file" ]]; then
|
||||
|
||||
else
|
||||
if [[ ! -f "$install_file" ]]; then
|
||||
echo "install file not found."
|
||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||
echo "missing=$install_file" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
if [[ -f "$json_file" ]]; then
|
||||
|
||||
else
|
||||
if [[ ! -f "$json_file" ]]; then
|
||||
echo "json file not found."
|
||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user