diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 13e7444..9eb7b92 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,7 +1,7 @@ on: [push] jobs: - t: - runs-on: ubuntu-latest - steps: - - run: echo hello - \ No newline at end of file + t: + runs-on: ubuntu-latest + steps: + - run: echo 1 + \ No newline at end of file