Merge branch 'dev' of https://github.com/TerraFirmaGreg-Team/Modpack-Modern into dev
This commit is contained in:
commit
b6fc3e9fee
5 changed files with 4 additions and 29 deletions
4
.github/README.md
vendored
4
.github/README.md
vendored
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
<br/>
|
||||
|
||||

|
||||

|
||||
|
||||
---
|
||||
<h2 align="center"> TerraFirmaGreg-Modern is a deep survival and tech modpack for Minecraft 1.20.1, seamlessly fusing together TerraFirmaCraft and GregTech. </h2>
|
||||
|
|
@ -60,7 +60,7 @@ Want to help translate? Please read [this](../kubejs/README%20IF%20TRANSLATING.m
|
|||
|
||||
---
|
||||
|
||||

|
||||

|
||||
|
||||
<h2 align="center">External Credits and Special Thanks</h2>
|
||||
|
||||
|
|
|
|||
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -11,7 +11,7 @@ updates:
|
|||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "Type: Dependencies"
|
||||
- "Pull request: Dependencies"
|
||||
groups:
|
||||
dependencies:
|
||||
applies-to: version-updates
|
||||
|
|
|
|||
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -190,7 +190,7 @@ jobs:
|
|||
```
|
||||
|
||||
- name: 📝 Generate Github Summary
|
||||
uses: WcAServices/markdown-template-action@v1.1.0
|
||||
uses: WcAServices/markdown-template-action@v1.1.1
|
||||
with:
|
||||
template: |
|
||||
📃 **Name**: ${{ steps.check.outputs.project_name }}
|
||||
|
|
|
|||
25
.github/workflows/test.yml
vendored
25
.github/workflows/test.yml
vendored
|
|
@ -1,25 +0,0 @@
|
|||
name: Project Modpack News
|
||||
run-name: "📰 Project Modpack News #${{ github.run_number }}"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
project_version:
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
discord-message:
|
||||
name: 📱 Discord Message
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: 📨 Send Discord message
|
||||
uses: hugoalh/send-discord-webhook-ghaction@v7.0.5
|
||||
with:
|
||||
key: ${{ secrets.DISCORD_RELEASES }}
|
||||
username: "TerraFirmaGreg"
|
||||
avatar_url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png"
|
||||
allowed_mentions_parse_roles: true
|
||||
content_links_no_embed: .+
|
||||
content: |
|
||||
"test"
|
||||
@Modern-Team
|
||||
Loading…
Add table
Add a link
Reference in a new issue