diff options
| author | Jay V <[email protected]> | 2025-07-16 13:16:59 -0400 |
|---|---|---|
| committer | Jay V <[email protected]> | 2025-07-16 13:17:04 -0400 |
| commit | 9f44cfd595fbd2f19901f534d851af0857591206 (patch) | |
| tree | 4595570413a73028f843bcebec8ca49df2889b46 /.github | |
| parent | 70229b150ccba9dbb0beb7149ae0b162449d7dea (diff) | |
| download | opencode-9f44cfd595fbd2f19901f534d851af0857591206.tar.gz opencode-9f44cfd595fbd2f19901f534d851af0857591206.zip | |
docs: discord releases
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/notify-discord.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/notify-discord.yml b/.github/workflows/notify-discord.yml index 46e637521..db33dd588 100644 --- a/.github/workflows/notify-discord.yml +++ b/.github/workflows/notify-discord.yml @@ -1,4 +1,4 @@ -name: Notify Discord on Release +name: Discord Releases on: release: @@ -11,4 +11,4 @@ jobs: - name: Send nicely-formatted embed to Discord uses: SethCohen/github-releases-to-discord@v1 with: - webhook-url: ${{ secrets.DISCORD_WEBHOOK }} + webhook_url: ${{ secrets.DISCORD_WEBHOOK }} |
