mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-01-03 15:27:26 -08:00
20 lines
453 B
YAML
20 lines
453 B
YAML
name: Discord
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
notify:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Changelog 📝
|
|
uses: sebastianpopp/discord-action@ba18c5aaa871acf97620c349fd76a187550f12eb
|
|
with:
|
|
webhook: ${{ secrets.CHANGELOG_WEBHOOK }}
|
|
message: |
|
|
📦 ${{ github.event.release.name }}
|
|
|
|
${{ github.event.release.body }}
|
|
|
|
${{ github.event.release.html_url }}
|