workflows
This commit is contained in:
parent
aada247c9c
commit
2e657abc11
3 changed files with 1 additions and 26 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
|
@ -11,7 +11,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
labels:
|
labels:
|
||||||
- "Type: Dependencies"
|
- "Pull request: Dependencies"
|
||||||
groups:
|
groups:
|
||||||
dependencies:
|
dependencies:
|
||||||
applies-to: version-updates
|
applies-to: version-updates
|
||||||
|
|
|
||||||
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