diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml index 082805b..cc24afb 100644 --- a/.gitea/workflows/hello.yml +++ b/.gitea/workflows/hello.yml @@ -8,5 +8,10 @@ jobs: say_hello: runs-on: docker steps: + + - name: Check out repository code + uses: actions/checkout@v4 + - name: Say Hello run: echo "Hello, world from Gitea Actions!" + - run: ls