Skip to content

Excavator

Excavator #30752

Workflow file for this run

on:
workflow_call:
workflow_dispatch:
schedule:
- cron: '0 * * * *'
name: Excavator
jobs:
excavate:
name: Excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
USER_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GH_BS_TOKEN }}