cc
Test / deploy (push) Successful in 4s

This commit is contained in:
Qiu
2026-06-19 22:49:18 +08:00
parent 5dc277f16a
commit 7b912901c7
+5 -10
View File
@@ -1,4 +1,4 @@
name: Deploy Frontend
name: Test
on:
push:
@@ -10,12 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- 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"
- run: |
echo "Hello Gitea Actions"
pwd
ls -la