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: on:
push: push:
@@ -10,12 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - run: |
echo "Hello Gitea Actions"
- name: Test Secret pwd
run: | ls -la
if [ -z "${{ secrets.SSH_PRIVATE_KEY }}" ]; then
echo "SSH_PRIVATE_KEY is empty"
exit 1
fi
echo "SSH_PRIVATE_KEY exists"