Skip to content

Excavator

Excavator #16926

Workflow file for this run

on:
schedule:
- cron: '42 */4 * * *'
name: Excavator
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@master
- name: Excavator
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
USER_EMAIL: [email protected]
SKIP_UPDATED: '1'