Skip to content

Excavator

Excavator #502

Workflow file for this run

name: Excavator
on:
workflow_dispatch:
schedule:
- cron: '0 6 */3 * *'
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'