From 90120c3a9d8e88088017feb7b69b706cc0bd5b50 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Wed, 24 Aug 2022 00:33:05 -0400 Subject: [PATCH] chore: updated workflow action --- .github/workflows/main.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d49fea2..1e6fdff 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,7 +1,7 @@ on: release: types: [published] - +name: github-release-to-discord jobs: github-release-to-discord: runs-on: ubuntu-latest @@ -12,4 +12,7 @@ jobs: uses: ./ # Uses an action in the root directory id: release with: - webhook_url: ${{ secrets.WEBHOOK_URL }} \ No newline at end of file + webhook_url: ${{ secrets.WEBHOOK_URL }} + colour: "7766090" + username: "tes" + avatar_url: "https://i.imgur.com/UPbV3Nx.png" \ No newline at end of file