diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 1425a63..3544529 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -71,19 +71,21 @@ jobs: if [[ -f "$ct_file" ]]; then echo "ct file found." else - echo "ct file not found." + echo "ct file not found." echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$ct_file" >> $GITHUB_OUTPUT fi if [[ -f "$install_file" ]]; then echo "install file found." else + echo "install file not found." echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$install_file" >> $GITHUB_OUTPUT fi if [[ -f "$json_file" ]]; then echo "json file found." else + echo "json file not found." echo "files_found=false" >> $GITHUB_OUTPUT echo "missing=$json_file" >> $GITHUB_OUTPUT fi