Change workflow
This commit is contained in:
parent
996c080e0f
commit
99c4f7fdee
2
.github/workflows/move-to-main-repo.yaml
vendored
2
.github/workflows/move-to-main-repo.yaml
vendored
@ -74,7 +74,7 @@ jobs:
|
|||||||
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" && "$json_file" != *alpine* ]]; then
|
||||||
echo "json file not found."
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user