From e88e22bdd61c9d351a5339db62a902ff7777d33e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 2 Apr 2021 12:31:12 +0200 Subject: [PATCH] :wrench: Update Discord bot --- .github/workflows/linux-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux-release.yml b/.github/workflows/linux-release.yml index 39b46878..9faeb9f6 100644 --- a/.github/workflows/linux-release.yml +++ b/.github/workflows/linux-release.yml @@ -50,9 +50,12 @@ jobs: asset_name: gwion-linux.tar.gz asset_content_type: application/gzip - - name: send message + - name: Update Discord bot uses: appleboy/discord-action@master with: webhook_id: ${{ secrets.WEBHOOK_ID }} webhook_token: ${{ secrets.WEBHOOK_TOKEN }} message: "!gwion update" + + - name: Update playground + run: curl https://thegwionplayground.fennecdjay.repl.co/bumcledyfynaghat -- 2.43.0