We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b9f475 commit 192693fCopy full SHA for 192693f
1 file changed
action.yml
@@ -11,6 +11,10 @@ inputs:
11
token:
12
description: "PAT or token to use for GitHub API"
13
required: true
14
+ theme:
15
+ description: "Theme for the card"
16
+ required: false
17
+ default: "default"
18
runs:
19
using: "composite"
20
steps:
@@ -24,4 +28,4 @@ runs:
24
28
env:
25
29
GITHUB_TOKEN1: ${{ inputs.token }}
26
30
run: |
27
- deno run --allow-net --allow-env --allow-read --allow-write $GITHUB_ACTION_PATH/render_svg.ts "${{ inputs.username }}" "${{ inputs.output_path }}"
31
+ deno run --allow-net --allow-env --allow-read --allow-write $GITHUB_ACTION_PATH/render_svg.ts "${{ inputs.username }}" "${{ inputs.output_path }}" "${{ inputs.theme }}"
0 commit comments