8000 temurin8-nightly-jre: Update to version 8.0.462-6.0.202506172029 · ScoopInstaller/Java@bdcd968 · GitHub
[go: up one dir, main page]

Skip to content

Excavator

Excavator #5881

Workflow file for this run

on:
workflow_dispatch:
schedule:
- cron: '0 */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