aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/excavator.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.github/workflows/excavator.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/workflows/excavator.yml b/.github/workflows/excavator.yml
new file mode 100644
index 0000000..e5279eb
--- /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@main
+ - name: Excavate
+ uses: ScoopInstaller/GithubActions@main
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ SKIP_UPDATED: 1