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 5695168 commit a8c58fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Install Senzing API Runtime based on platform.
author: support@senzing.com

inputs:
package(s)-to-install:
packages-to-install:
description: Space separated list of Senzing packages to install. Linux only.
default: "senzingapi-runtime"
senzingapi-version:
Expand All @@ -18,7 +18,7 @@ runs:
uses: senzing-factory/github-action-install-senzing-api/linux@65-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}
package(s)-to-install: ${{ inputs.package(s)-to-install }}
packages-to-install: ${{ inputs.package(s)-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 @@ -3,7 +3,7 @@ description: Install Senzing API Runtime on the linux platform.
author: support@senzing.com

inputs:
package(s)-to-install:
packages-to-install:
description: Space separated list of Senzing packages to install. Linux only.
default: "senzingapi-runtime"
senzingapi-version:
Expand Down

0 comments on commit a8c58fa

Please sign in to comment.