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 }}