Skip to content

Commit

Permalink
fix: add new input addon-folder-name
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarasani-crest authored Aug 30, 2024
1 parent 13162a5 commit a709744
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ inputs:
addon-name:
description: 'Technical add-on name'
required: true
addon-folder-name:
description: 'Technical add-on folder name'
required: false
default: ''
vendor-version:
description: 'Vendor product version'
required: false
Expand Down Expand Up @@ -92,6 +96,7 @@ runs:
- ${{ inputs.test-args }}
- ${{ inputs.labels }}
- ${{ inputs.addon-name }}
- ${{ inputs.addon-folder-name }}
- ${{ inputs.vendor-version }}
- ${{ inputs.sc4s-version }}
- ${{ inputs.install-java }}
Expand Down

0 comments on commit a709744

Please sign in to comment.