Skip to content

Excavator

Excavator #4982

Workflow file for this run

on:
schedule:
# run every 12 hours
- cron: "25 */6 * * *"
name: Excavator
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'