From 2461b07550a01c88730096e1283eb5a106d5aa65 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sun, 5 Dec 2021 21:44:32 -0800 Subject: [PATCH] chore(ci): Add excavator workflow (#2871) * Create excavator.yml * Use own fork Co-authored-by: Rashil Gandhi --- .github/workflows/excavator.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/excavator.yml diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml new file mode 100644 index 0000000000..d43cdda2f1 --- /dev/null +++ b/.github/workflows/excavator.yml @@ -0,0 +1,17 @@ +on: + workflow_dispatch: + schedule: + # run every 4 hours + - cron: '20 */4 * * *' +name: Excavator +jobs: + excavate: + name: Excavate + runs-on: windows-latest + steps: + - uses: actions/checkout@v2 + - name: Excavate + uses: ScoopInstaller/Scoop-GithubActions@main + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + SKIP_UPDATED: '1'