From af118e73951b87fec1f3b30a111b3f3804e83fcc Mon Sep 17 00:00:00 2001 From: flogic Date: Sat, 24 Oct 2020 18:15:07 -0600 Subject: [PATCH] Update action names --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/gradle.yml | 2 +- contributing.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e51038a..5f00fd3 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -3,7 +3,7 @@ # # You may wish to alter this file to override the set of languages analyzed, # or to provide custom queries or build logic. -name: "CodeQL" +name: "codeql-analysis" on: push: diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index dae7a34..f013159 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -1,4 +1,4 @@ -name: Java CI with Gradle +name: "gradle-build" on: [ push, pull_request ] diff --git a/contributing.md b/contributing.md index 10d9a92..5e7b181 100644 --- a/contributing.md +++ b/contributing.md @@ -3,7 +3,7 @@ When opening issues, please be sure to include the following information as applicable. - The exact version of the mod you are running, such as `0.1.0-fabric`, and the version of Fabric/Forge you are using. -- If your issue is a crash, attach the latest client or server log and the complete crash report as a file. You can +- If your issue is a crash, attach the latest client or server log, and the complete crash report as a file. You can attach these as a file (preferred) or host them on a service such as [GitHub Gist](https://gist.github.com/) or [Hastebin](https://hastebin.com/). - If your issue is a bug or otherwise unexpected behavior, explain what you expected to happen. - If your issue only occurs with other mods installed, be sure to specify the names and versions of those mods.