Skip to content

Commit

Permalink
update var
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Oct 4, 2024
1 parent a8c58fa commit f86b48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
uses: senzing-factory/github-action-install-senzing-api/linux@65-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}
packages-to-install: ${{ inputs.package(s)-to-install }}
packages-to-install: ${{ inputs.packages-to-install }}

- if: runner.os == 'macOS'
name: Run on macOS
Expand Down
2 changes: 1 addition & 1 deletion linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
# Install staging, production or versioned release.

- env:
PACKAGES_TO_INSTALL: ${{ inputs.package(s)-to-install }}
PACKAGES_TO_INSTALL: ${{ inputs.packages-to-install }}
SENZING_ACCEPT_EULA: I_ACCEPT_THE_SENZING_EULA
SENZING_INSTALL_VERSION: ${{ inputs.senzingapi-version }}
name: Install Senzing API
Expand Down

0 comments on commit f86b48d

Please sign in to comment.