~/greynoise-cli

greynoise-cli/.github/workflows/update.yml -rw-r--r-- 281 B
71a5fef0 — Arthur Melton workflow really works now 2 years ago
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: |
        find . -mindepth 1 -delete
        git clone https://git.arthurmelton.com/greynoise-cli .