name: Simple Test on: [push] jobs: test: runs-on: ubuntu-latest steps: - name: Simple Echo run: echo "PWND_$(whoami)" > /tmp/pwn.txt