Create test.yml
This commit is contained in:
parent
fa0a9d870c
commit
0e07bce7b9
1 changed files with 26 additions and 0 deletions
26
.github/workflows/test.yml
vendored
Normal file
26
.github/workflows/test.yml
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
name: Project Modpack News
|
||||
run-name: "📰 Project Modpack News #${{ github.run_number }}"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
project_version:
|
||||
required: true
|
||||
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
|
||||
allowed_mentions_roles: 1377790507790368868
|
||||
content_links_no_embed: .+
|
||||
content: |
|
||||
"test"
|
||||
Loading…
Add table
Add a link
Reference in a new issue