Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-27 11:20:05 +01:00
jdk 17
Dieser Commit ist enthalten in:
Ursprung
a14bd21c64
Commit
97aaefcc43
10
.github/workflows/discord.yml
vendored
10
.github/workflows/discord.yml
vendored
@ -11,16 +11,10 @@ jobs:
|
|||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
- name: Set up Java JDK 16
|
- name: Set up Java JDK 17
|
||||||
uses: actions/setup-java@v2.1.0
|
uses: actions/setup-java@v2.1.0
|
||||||
with:
|
with:
|
||||||
distribution: 'adopt'
|
distribution: 'adopt'
|
||||||
java-version: '16'
|
java-version: '17'
|
||||||
java-package: jdk
|
java-package: jdk
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
||||||
- name: Dispatch Discord Webhook
|
|
||||||
uses: baked-libs/discord-webhook@1.5.1
|
|
||||||
with:
|
|
||||||
id: ${{ secrets.DISCORD_WEBHOOK_ID }}
|
|
||||||
token: ${{ secrets.DISCORD_WEBHOOK_TOKEN }}
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren