- name: Test Secret run: | if [ -z "${{ secrets.SSH_PRIVATE_KEY }}" ]; then echo "SSH_PRIVATE_KEY is empty" exit 1 fi echo "SSH_PRIVATE_KEY exists"