@@ -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
|
||||
Reference in New Issue
Block a user