Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -194,7 +194,7 @@ jobs:
|
||||
- name: 📄 Format diff
|
||||
id: format_diff
|
||||
if: ${{ steps.read_diff.outputs.diff != '' }}
|
||||
uses: roamingowl/template-output-with-eta@v1.13.0
|
||||
uses: roamingowl/template-output-with-eta@v2.0.0
|
||||
with:
|
||||
template: |
|
||||
```markdown
|
||||
@@ -317,7 +317,7 @@ jobs:
|
||||
sed -i -e "s/MINECRAFT_VERSION/${MINECRAFT_VERSION}/g" .pakku/server-overrides/forge-auto-install.txt
|
||||
|
||||
- name: 📝 Cache pakku
|
||||
uses: actions/cache@v4.2.4
|
||||
uses: actions/cache@v4.3.0
|
||||
id: cache
|
||||
with:
|
||||
path: build/.cache
|
||||
@@ -429,7 +429,7 @@ jobs:
|
||||
- name: 📄 Format diff
|
||||
id: format_diff
|
||||
if: ${{ needs.info.outputs.diff != '' }}
|
||||
uses: roamingowl/template-output-with-eta@v1.13.0
|
||||
uses: roamingowl/template-output-with-eta@v2.0.0
|
||||
with:
|
||||
template: |
|
||||
```markdown
|
||||
|
||||
Reference in New Issue
Block a user