mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-09 20:44:03 -08:00
11 lines
200 B
YAML
11 lines
200 B
YAML
name: Discord
|
|
on:
|
|
release:
|
|
types: [published]
|
|
|
|
jobs:
|
|
notify:
|
|
uses: jandedobbeleer/workflows/.github/workflows/discord.yml@main
|
|
secrets:
|
|
webhook: ${{ secrets.CHANGELOG_WEBHOOK }}
|