Skip to content

Excavator

Excavator #9230

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@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BRANCH: develop
SKIP_UPDATED: '1'