workflows
This commit is contained in:
parent
33286316cb
commit
2db45f5c1a
2 changed files with 4 additions and 12 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -167,10 +167,6 @@ jobs:
|
|||
- name: 📝 Generate Github Summary
|
||||
uses: WcAServices/markdown-template-action@v1.1.0
|
||||
with:
|
||||
variables: >-
|
||||
if [ -n "${{ steps.read_diff.outputs.diff != '' }}" ]; then
|
||||
DIFF="${{ steps.read_diff.outputs.diff }}"
|
||||
fi
|
||||
template: |
|
||||
📃 **Name**: ${{ steps.project_name.outputs.value }}
|
||||
📃 **Release**: ${{ steps.project_version.outputs.value }}
|
||||
|
|
@ -178,7 +174,7 @@ jobs:
|
|||
📃 **Game Version**: ${{ env.MINECRAFT_VERSION }}
|
||||
|
||||
${{ steps.changelog.outputs.description }}
|
||||
$DIFF
|
||||
${{ steps.read_diff.outputs.diff }}
|
||||
|
||||
|
||||
build-modpack:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue