Ross Smith II 2461b07550
chore(ci): Add excavator workflow (#2871)
* Create excavator.yml

* Use own fork

Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
2021-12-06 11:14:32 +05:30

18 lines
372 B
YAML

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'