Workflow change
This commit is contained in:
parent
3ae2d92363
commit
723c76da78
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
if [[ ! -f "$json_file" ]]; then
|
if [[ ! -f "$json_file" ]]; then
|
||||||
if [[ "$json_file" = *alpine* ]]; 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
|
echo $stripped_name
|
||||||
if [[ -f "frontend/public/json/$stripped_name" ]]; then
|
if [[ -f "frontend/public/json/$stripped_name" ]]; then
|
||||||
echo "files_found=true" >> $GITHUB_OUTPUT
|
echo "files_found=true" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user