neuralgia/.github/workflows/server.yml
dependabot[bot] 6cd8f443e1
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [WcAServices/markdown-template-action](https://github.com/wcaservices/markdown-template-action), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [hugoalh/send-discord-webhook-ghaction](https://github.com/hugoalh/send-discord-webhook-ghaction).


Updates `WcAServices/markdown-template-action` from 1.1.0 to 1.1.1
- [Release notes](https://github.com/wcaservices/markdown-template-action/releases)
- [Commits](https://github.com/wcaservices/markdown-template-action/compare/v1.1.0...v1.1.1)

Updates `softprops/action-gh-release` from 2.1.0 to 2.2.0
- [Release notes](https://github.com/softprops/action-gh-release/releases)
- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
- [Commits](https://github.com/softprops/action-gh-release/compare/v2.1.0...v2.2.0)

Updates `hugoalh/send-discord-webhook-ghaction` from 7.0.3 to 7.0.4
- [Release notes](https://github.com/hugoalh/send-discord-webhook-ghaction/releases)
- [Commits](https://github.com/hugoalh/send-discord-webhook-ghaction/compare/v7.0.3...v7.0.4)

---
updated-dependencies:
- dependency-name: WcAServices/markdown-template-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: softprops/action-gh-release
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: 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>
2024-12-30 21:14:48 +00:00

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.4
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 }}`