Skip to content

ExWin

ExWin #21376

Workflow file for this run

on:
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
schedule:
# https://crontab.guru/
- cron: '0 */1 * * *'
name: ExWin
jobs:
excavate:
name: excavate
runs-on: windows-latest
steps:
- uses: actions/checkout@main
- name: Excavator
uses: ScoopInstaller/GithubActions@main
env:
GITH_EMAIL: [email protected]
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SKIP_UPDATED: '1'