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