mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-28 07:55:54 +00:00
Workflow
This commit is contained in:
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@@ -78,12 +78,14 @@ jobs:
|
|||||||
if [[ -f "$install_file" ]]; then
|
if [[ -f "$install_file" ]]; then
|
||||||
echo "install file found."
|
echo "install file found."
|
||||||
else
|
else
|
||||||
|
echo "install file not found."
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$install_file" >> $GITHUB_OUTPUT
|
echo "missing=$install_file" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
if [[ -f "$json_file" ]]; then
|
if [[ -f "$json_file" ]]; then
|
||||||
echo "json file found."
|
echo "json file found."
|
||||||
else
|
else
|
||||||
|
echo "json file not found."
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user