name: Minimal Gitea Actions Demo run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: [push] jobs: Minimal-Gitea-Actions: runs-on: nix steps: - name: Check Environment run: | echo "Running on $(uname -a)" echo "Current user: $(whoami)" echo "Home directory: $HOME" echo "Current directory: $(pwd)" echo "Directory contents:" ls -la