Skip to content

Excavator

Excavator #24621

Workflow file for this run

name: Excavator
on:
# runs every hour
schedule:
- cron: "0 * * * *"
# allow manually trigger
workflow_dispatch:
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: "1"