diff --git a/.gitea/workflows/hello.yml b/.gitea/workflows/hello.yml new file mode 100644 index 0000000..cdb4cb9 --- /dev/null +++ b/.gitea/workflows/hello.yml @@ -0,0 +1,8 @@ +name: hello +on: [push] +jobs: + hi: + runs-on: ubuntu-latest + steps: + - run: echo "Hello from $(hostname) — Gitea Actions is alive!" + - run: docker info | head -20