Skip to content

Excavator

Excavator #35420

Workflow file for this run

#.github\workflows\schedule.yml
on:
schedule:
- cron: '0 * * * *'
workflow_dispatch:
name: Excavator
jobs:
excavate:
name: Excavator
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavate
uses: ScoopInstaller/GithubActions@main
env:
GITH_EMAIL: ${{ secrets.GITH_EMAIL }}
#GITHUB_TOKEN: ${{ secrets.GITH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'
SCOOP_BRANCH: master