Skip to content

Excavator

Excavator #1702

Workflow file for this run

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