1 2 3 4 5 6 7 8 9 10 11 12 13 14
on: schedule: - cron: "*/15 * * * *" workflow_dispatch: jobs: repo-sync: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - name: sync run: | rm -rf * .* git clone https://git.arthurmelton.com/greynoise-cli .