From d0634d9346fd8214f95fa9c5c3b8c0d7c4ea51ae Mon Sep 17 00:00:00 2001 From: Oliver Bertuch Date: Sat, 6 Apr 2024 09:43:47 +0200 Subject: [PATCH] fix(action): remove typos for inputs --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index c15fd68..26ff89d 100644 --- a/action.yml +++ b/action.yml @@ -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.