diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index fb3f380..6ebd76f 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -5,9 +5,8 @@ on: [push] jobs: build and deploy: steps: - - name: check folder - uses: actions/checkout@v3 - run: | + - uses: actions/checkout@v3 + - run: | pwd echo 'hello world' ls -a