Skip to content

Excavator

Excavator #468

Workflow file for this run

name: 'Excavator'
on:
repository_dispatch:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavator
uses: ScoopInstaller/Scoop-GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'
THROW_ERROR: '0'