Skip to content

Commit

Permalink
[meta] fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MelanX committed Jul 9, 2024
1 parent 8176f98 commit f8c8071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_latest_compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
with:
gradle-property: neo_version
gradle-value: ${{ steps.get-version.outputs.version }}
properties-file: 'gradle.properties'
issue-title: [${{ steps.get-version.inputs.minecraft-version }}]NeoForge incompatibility
properties-file: gradle.properties
issue-title: "[${{ steps.get-version.inputs.minecraft-version }}]NeoForge incompatibility"
issue-comment: |
# NeoForge incompatibility
## NeoForge version
Expand Down

0 comments on commit f8c8071

Please sign in to comment.