Skip to content

Excavator

Excavator #41227

Workflow file for this run

on:
schedule:
- cron: '0 * * * *'
name: Excavator
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: shovel-org/GithubActions@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SCOOP_BRANCH: NEW
SKIP_UPDATED: '1'