Skip to content

Commit 305fe92

Browse files
committedOct 4, 2024
chore: updated test action
1 parent 613ba26 commit 305fe92

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed
 

‎.github/workflows/test.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,14 @@ jobs:
1111
- name: Github Releases To Discord
1212
uses: ./ # Uses an action in the root directory
1313
with:
14-
webhook_url: ${{ secrets.WEBHOOK_URL }}
14+
webhook_url: ${{ inputs.WEBHOOK_URL }}
15+
color: ${{ inputs.COLOR }}
16+
username: ${{ inputs.USERNAME }}
17+
avatar_url: ${{ inputs.AVATAR_URL }}
18+
content: ${{ inputs.CONTENT }}
19+
footer_title: ${{ inputs.FOOTER_TITLE }}
20+
footer_icon_url: ${{ inputs.FOOTER_ICON_URL }}
21+
footer_timestamp: ${{ inputs.FOOTER_TIMESTAMP }}
22+
max_description: ${{ inputs.MAX_DESCRIPTION }}
23+
reduce_headings: ${{ inputs.REDUCE_HEADINGS }}
24+

0 commit comments

Comments
 (0)
Please sign in to comment.