Skip to content

Excavator

Excavator #1611

Workflow file for this run

on:
workflow_dispatch:
schedule:
# run every 4 hours
- cron: "20 */8 * * *"
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.GITHUB_TOKEN }}
SKIP_UPDATED: "1"
USER_NAME: "arch3rPro"
USER_EMAIL: "wh1tecat@protonmail.com"
BUCKET: "arch3rPro/scoop-bucket"
THROW_ERROR: "0"