Skip to content

Excavator

Excavator #14682

Workflow file for this run

on:
workflow_dispatch:
schedule:
# run at 00:01:00 everyday (UTC)
- cron: "1 0 * * *"
push:
branches:
- "master"
name: Excavator
jobs:
excavate:
name: Excavate
runs-on: windows-latest
if: github.event_name != 'push' || contains(github.event.head_commit.message, 'checkver')
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: "1"