We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
SethCohen
Learn more about funding links in repositories.
Report abuse
1 parent 613ba26 commit 305fe92Copy full SHA for 305fe92
.github/workflows/test.yml
@@ -11,4 +11,14 @@ jobs:
11
- name: Github Releases To Discord
12
uses: ./ # Uses an action in the root directory
13
with:
14
- webhook_url: ${{ secrets.WEBHOOK_URL }}
+ 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