Workflow
This commit is contained in:
parent
1ffd823299
commit
99e88ba648
4
.github/workflows/move-to-main-repo.yaml
vendored
4
.github/workflows/move-to-main-repo.yaml
vendored
@ -71,19 +71,21 @@ jobs:
|
|||||||
if [[ -f "$ct_file" ]]; then
|
if [[ -f "$ct_file" ]]; then
|
||||||
echo "ct file found."
|
echo "ct file found."
|
||||||
else
|
else
|
||||||
echo "ct file not found."
|
echo "ct file not found."
|
||||||
echo "files_found=false" >> $GITHUB_OUTPUT
|
echo "files_found=false" >> $GITHUB_OUTPUT
|
||||||
echo "missing=$ct_file" >> $GITHUB_OUTPUT
|
echo "missing=$ct_file" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user