From 75e26d8e493aba2c9c5451caa2ff6161a78e64cc Mon Sep 17 00:00:00 2001 From: Jagandeep Brar Date: Sat, 22 Jan 2022 22:10:45 -0500 Subject: [PATCH] fix(ci): Set correct Discord action --- .github/workflows/update_discord.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_discord.yml b/.github/workflows/update_discord.yml index 95984d89..4d834640 100644 --- a/.github/workflows/update_discord.yml +++ b/.github/workflows/update_discord.yml @@ -15,11 +15,13 @@ on: required: true jobs: - run: + run: name: Update Discord Channel runs-on: ubuntu-latest + steps: - name: Discord Message + uses: sarisia/actions-status-discord@v1 with: description: "Build and deploy `${{ inputs.FLAVOR }}` build" status: ${{ inputs.STATUS }}