Skip to content

Excavator

Excavator #8458

Workflow file for this run

name: Excavator
on:
workflow_dispatch:
schedule:
# run every 4 hours
- cron: '20 */4 * * *'
permissions:
contents: write
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: Excavate
uses: ScoopInstaller/GithubActions@5bceeda181721d9d10a18fdcc3ddca6f33467ae6 # v3.0.0
env:
SKIP_UPDATED: 1
SCOOP_BRANCH: develop