Skip to content

Commit

Permalink
transfer vars from action
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 17, 2023
1 parent 69518df commit 714aed5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ inputs:
minstars:
description: 'Minimum number of stars to appear in the results'
required: false
default: "0"
mergepackages:
description: 'If multiple packages, merge in a single result. Default: true'
required: false
Expand All @@ -27,6 +28,16 @@ inputs:
runs:
using: "docker"
image: "docker://nvuillam/github-dependents-info:latest"
args:
- --repo
- ${{ inputs.repo }}
- --markdownfile
- ${{ inputs.markdownfile }}
- --sort
- ${{ inputs.sort }}
- --minstars
- ${{ inputs.minstars }}
- --verbose

branding:
icon: "users"
Expand Down

0 comments on commit 714aed5

Please sign in to comment.