mirror of
https://github.com/ScoopInstaller/Java.git
synced 2026-08-03 09:39:21 +08:00
(chore): Enable Excavator action (#434)
* (chore): Enable Excavator action * Add Excavator button
This commit is contained in:
parent
56f93afd5d
commit
f2d70beddc
16
.github/workflows/excavator.yml
vendored
Normal file
16
.github/workflows/excavator.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
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'
|
||||
@ -1,5 +1,4 @@
|
||||
# Scoop Java [](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml) [](https://github.com/scoopinstaller/Java) [](https://github.com/scoopinstaller/awesome-scoop)
|
||||
<!-- [](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml) -->
|
||||
# Scoop Java [](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml) [](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml)
|
||||
|
||||
A bucket for [Scoop](https://scoop.sh), for [Oracle Java](https://www.oracle.com/java/), [OpenJDK](https://openjdk.java.net), [Eclipse Temurin](https://adoptium.net), [IBM Semeru](https://developer.ibm.com/languages/java/semeru-runtimes), [Zulu](https://www.azul.com/products/zulu-community), [ojdkbuild](https://github.com/ojdkbuild/ojdkbuild), [Amazon Corretto](https://aws.amazon.com/corretto), [BellSoft Liberica](https://bell-sw.com/java), [SapMachine](https://sap.github.io/SapMachine) and [Microsoft JDK](https://www.microsoft.com/openjdk).
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user