Skip to content

Excavator

Excavator #26294

Workflow file for this run

on:
workflow_dispatch:
schedule:
# run every half an hours
- cron: '*/30 * * * *'
name: Excavator
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITHUB_TOKEN: ${{ secrets.GITH_TOKEN }}
SKIP_UPDATED: '1'