Files
CI-CD/.gitea/workflows/deploy.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: unmarshal errors: line 1: cannot unmarshal !!seq into model.Workflow
2026-06-19 18:25:24 +08:00

8 lines
174 B
YAML

- 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"