name: Test Actions on: push: branches: [ main ] jobs: hello: runs-on: docker steps: - name: Say Hello run: echo "Hello from Gitea Actions on UGREEN NAS!"