We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e163a1 commit 98db38cCopy full SHA for 98db38c
.github/workflows/_announce-latest-nightly.yml
@@ -2,7 +2,6 @@ name: Announce Latest Nightly to Discord
2
3
on:
4
workflow_call:
5
-
6
workflow_dispatch:
7
inputs:
8
diagnostic_mode:
@@ -35,7 +34,7 @@ jobs:
35
34
uses: gradle/actions/setup-gradle@v4
36
37
- name: Init Gradle
38
- run: ./gradlew ngInifCM
+ run: ./gradlew ngInitCM
39
env:
40
VERSION: ${{ steps.version.outputs.version }}
41
0 commit comments