mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 13:45:54 +00:00
Workflow change
This commit is contained in:
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@@ -77,10 +77,11 @@ jobs:
|
||||
if [[ ! -f "$json_file" ]]; then
|
||||
if [[ "$json_file" = *alpine* ]]; then
|
||||
stripped_name="${json_file#alpine-}"
|
||||
echo $stripped_name
|
||||
if [[ -f "frontend/public/json/$stripped_name" ]]; then
|
||||
echo "files_found=true" >> $GITHUB_OUTPUT
|
||||
else
|
||||
echo "json file not found."
|
||||
echo "json file striped not found."
|
||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||
echo "missing=$json_file" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user