소스 검색

docs: discord releases

Jay V 7 달 전
부모
커밋
9f44cfd595
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/notify-discord.yml

+ 2 - 2
.github/workflows/notify-discord.yml

@@ -1,4 +1,4 @@
-name: Notify Discord on Release
+name: Discord Releases
 
 
 on:
 on:
   release:
   release:
@@ -11,4 +11,4 @@ jobs:
       - name: Send nicely-formatted embed to Discord
       - name: Send nicely-formatted embed to Discord
         uses: SethCohen/github-releases-to-discord@v1
         uses: SethCohen/github-releases-to-discord@v1
         with:
         with:
-          webhook-url: ${{ secrets.DISCORD_WEBHOOK }}
+          webhook_url: ${{ secrets.DISCORD_WEBHOOK }}