Skip to content

Excavator

Excavator #876

Workflow file for this run

on:
workflow_dispatch:
schedule:
# Run at UTC time 2:30, 6:30, 10:30, 14:30, 18:30, 22:30
# Corresponds to 10:30, 14:30, 18:30, 22:30, 02:30, 06:30 in China timezone (UTC+8)
- cron: "30 2/4 * * *"
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