Skip to content

Commit

Permalink
fix(action): remove typos for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Apr 6, 2024
1 parent cfce05f commit d0634d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ runs:
shell: bash
run: |
# Prepare environment variables. Will push them into file GITHUB_ENV and log
${{ github.action_path }}/scripts/prepare.sh -p ${{ input.postgresql_version }} -s ${{ input.solr_version }} \
-d ${{ input.image_dataverse }} -c ${{ input.image_configbaker }} -t ${{ input.image_tag }} \
${{ github.action_path }}/scripts/prepare.sh -p ${{ inputs.postgresql_version }} -s ${{ inputs.solr_version }} \
-d ${{ inputs.image_dataverse }} -c ${{ inputs.image_configbaker }} -t ${{ inputs.image_tag }} \
-o dv/conf
# We use the MicroProfile Config Source trick of reading properties from a directory.
Expand Down

0 comments on commit d0634d9

Please sign in to comment.