mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 13:38:12 +00:00
18 lines
454 B
YAML
18 lines
454 B
YAML
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
github-releases-to-discord:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v3
|
|
- name: Github Releases To Discord
|
|
uses: SethCohen/github-releases-to-discord@v1.13.1
|
|
with:
|
|
webhook_url: '${{ secrets.WEBHOOK_URL }}'
|
|
color: '10038562'
|
|
footer_title: 'Changelog - Rozkładownik SRJP'
|
|
footer_timestamp: true
|