Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Excavator

Excavator #785

Workflow file for this run

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