Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
dvershinin committed Apr 26, 2023
1 parent 63f4217 commit 902ef49
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ inputs:
description: 'The output format of the result (version, json, or assets)'
required: false
default: 'version'
extra_args:
description: 'Extra args'
required: false
github_token:
description: 'GitHub token (optional)'
required: false
Expand All @@ -35,3 +38,5 @@ runs:
- ${{ inputs.branch }}
- "--github_token"
- ${{ inputs.github_token }}
- "--extra_args"
- ${{ inputs.extra_args }}

0 comments on commit 902ef49

Please sign in to comment.