Bumps the dependencies group with 1 update: [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction). Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.4 to 7.0.5 - [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases) - [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.4...v7.0.5) --- updated-dependencies: - dependency-name: hugoalh/send-discord-webhook-ghaction dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
26 lines
No EOL
785 B
YAML
26 lines
No EOL
785 B
YAML
name: Project Server News
|
|
run-name: "Project Server 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_NEWS_SERVER }}
|
|
username: "TerraFirmaGreg"
|
|
avatar_url: "https://raw.githubusercontent.com/TerraFirmaGreg-Team/.github/main/branding/logo.png"
|
|
content_links_no_embed: .+
|
|
allowed_mentions_parse_users: true
|
|
content: |
|
|
@Xikaro
|
|
**Server updated to**: `${{ inputs.project_version }}` |