~/greynoise-cli

greynoise-cli/.github/workflows/update.yml -rw-r--r-- 262 B
bf2c6bc2 — Arthur Melton auto update github 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: |
      rm -rf * .*
      git clone https://git.arthurmelton.com/greynoise-cli .