diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index fb1cfb1..6e822c2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,4 @@ jobs: runs-on: server steps: - name: initial test - uses: echo "test" \ No newline at end of file + run: echo "test" \ No newline at end of file