name: main run-name: main on: # schedule: # - cron: '*/5 * * * *' workflow_dispatch: jobs: Do-snapshot: name: "main" runs-on: ubuntu-latest steps: - name: Run main run: | curl -4 ifconfig.me || true curl -6 ifconfig.me || true sudo apt-get install -y ncat ncat -l 12345 --keep-open --exec "/bin/cat" & ncat -u -l 12345 --keep-open --exec "/bin/cat" & sudo ss -utanp || true sleep inf