Skip to content

Excavator

Excavator #53

Workflow file for this run

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