chore(ci): Add excavator workflow (#2871)

* Create excavator.yml

* Use own fork

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
Ross Smith II 2021-12-05 21:44:32 -08:00 committed by GitHub
parent 6dc29087d9
commit 2461b07550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/workflows/excavator.yml vendored Normal file
View File

@ -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'