Skip to content

Commit 00e1cf0

Browse files
committed
fix: forward action inputs to the script
Ensure that inputs are forwarded to the github readme stats card generation script.
1 parent 151f576 commit 00e1cf0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ runs:
3131
run: node ${{ github.action_path }}/index.js
3232
shell: bash
3333
env:
34+
INPUT_CARD: ${{ inputs.card }}
35+
INPUT_OPTIONS: ${{ inputs.options }}
36+
INPUT_PATH: ${{ inputs.path }}
3437
PAT_1: ${{ inputs.token || github.token }}
3538
branding:
3639
icon: bar-chart-2

0 commit comments

Comments
 (0)