Update action names

This commit is contained in:
flogic 2020-10-24 18:15:07 -06:00
parent 785a99d313
commit af118e7395
No known key found for this signature in database
GPG Key ID: AD25E4DF29DECD31
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
# #
# You may wish to alter this file to override the set of languages analyzed, # You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic. # or to provide custom queries or build logic.
name: "CodeQL" name: "codeql-analysis"
on: on:
push: push:

View File

@ -1,4 +1,4 @@
name: Java CI with Gradle name: "gradle-build"
on: [ push, pull_request ] on: [ push, pull_request ]

View File

@ -3,7 +3,7 @@
When opening issues, please be sure to include the following information as applicable. 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. - 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/). 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 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. - If your issue only occurs with other mods installed, be sure to specify the names and versions of those mods.