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 .