mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-24 21:47:26 +00:00
Workflow change
This commit is contained in:
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@@ -76,7 +76,7 @@ jobs:
|
||||
fi
|
||||
if [[ ! -f "$json_file" ]]; then
|
||||
if [[ "$json_file" = *alpine* ]]; then
|
||||
stripped_name="${json_file#alpine-}"
|
||||
stripped_name="${json_file/frontend\/public\/json\/alpine-/frontend/public/json/}"
|
||||
echo $stripped_name
|
||||
if [[ -f "frontend/public/json/$stripped_name" ]]; then
|
||||
echo "files_found=true" >> $GITHUB_OUTPUT
|
||||
|
||||
Reference in New Issue
Block a user