Skip to content

Commit f2d70be

Browse files
authored
(chore): Enable Excavator action (ScoopInstaller#434)
* (chore): Enable Excavator action * Add Excavator button
1 parent 56f93af commit f2d70be

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

.github/workflows/excavator.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
on:
2+
workflow_dispatch:
3+
schedule:
4+
- cron: '0 */4 * * *'
5+
name: Excavator
6+
jobs:
7+
excavate:
8+
name: Excavate
9+
runs-on: windows-latest
10+
steps:
11+
- uses: actions/checkout@main
12+
- name: Excavate
13+
uses: ScoopInstaller/GithubActions@main
14+
env:
15+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16+
SKIP_UPDATED: '1'

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# Scoop Java [![Tests](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml/badge.svg)](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml) [![Repo size](https://img.shields.io/github/repo-size/scoopinstaller/Java.svg?style=flat-square)](https://github.com/scoopinstaller/Java) [![Mentioned in Awesome Scoop](https://awesome.re/mentioned-badge.svg)](https://github.com/scoopinstaller/awesome-scoop)
2-
<!-- [![Excavator](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml/badge.svg)](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml) -->
1+
# Scoop Java [![Tests](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml/badge.svg)](https://github.com/ScoopInstaller/Java/actions/workflows/ci.yml) [![Excavator](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml/badge.svg)](https://github.com/ScoopInstaller/Java/actions/workflows/excavator.yml)
32

43
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).
54

0 commit comments

Comments
 (0)