Update action names
This commit is contained in:
parent
785a99d313
commit
af118e7395
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@ -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:
|
||||||
|
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Java CI with Gradle
|
name: "gradle-build"
|
||||||
|
|
||||||
on: [ push, pull_request ]
|
on: [ push, pull_request ]
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user