8000 irfanview.ja: Update to version 4.72 · jfut/scoop-jfut@a9dd939 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Excavator

Excavator #6603

Workflow file for this run

on:
workflow_dispatch:
schedule:
# run every 4 hours
- cron: '20 */4 * * *'
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'
0