diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5ca5ea4..3e6106d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -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" \ No newline at end of file + - run: | + echo "Hello Gitea Actions" + pwd + ls -la \ No newline at end of file