~/greynoise-cli

bf2c6bc2f6ff050d3bb4c2ec8cf5ad8a592188b2 — Arthur Melton efb12585 2 years ago
auto update github
1 files changed, 14 insertions(+), 0 deletions(-)

A .github/workflows/update.yml
A .github/workflows/update.yml +14 -0
@@ 0,0 1,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 .