From 305fe9299dddb3a514f2b1692773570862c34d46 Mon Sep 17 00:00:00 2001 From: SethCohen Date: Fri, 4 Oct 2024 17:26:19 -0400 Subject: [PATCH] chore: updated test action --- .github/workflows/test.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 15a4308..03a8713 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,4 +11,14 @@ jobs: - name: Github Releases To Discord uses: ./ # Uses an action in the root directory with: - webhook_url: ${{ secrets.WEBHOOK_URL }} \ No newline at end of file + webhook_url: ${{ inputs.WEBHOOK_URL }} + color: ${{ inputs.COLOR }} + username: ${{ inputs.USERNAME }} + avatar_url: ${{ inputs.AVATAR_URL }} + content: ${{ inputs.CONTENT }} + footer_title: ${{ inputs.FOOTER_TITLE }} + footer_icon_url: ${{ inputs.FOOTER_ICON_URL }} + footer_timestamp: ${{ inputs.FOOTER_TIMESTAMP }} + max_description: ${{ inputs.MAX_DESCRIPTION }} + reduce_headings: ${{ inputs.REDUCE_HEADINGS }} + \ No newline at end of file