summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/build.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index dba0bf6..2c35151 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -139,6 +139,10 @@ jobs:
fi
set -e
+ - name: Show host availability
+ run: |
+ echo ${{ steps.check-host.output.HOST_OK }}
+
- name: Copy source to remote host
if: steps.check-host.output.HOST_OK == true
run: |