Skip to content

Excavator

Excavator #51

Workflow file for this run

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