Skip to content

Commit

Permalink
test main
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Feb 26, 2024
1 parent a5d11be commit 9c86d4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# action.yml
name: Install Senzing API
description: Install Senzing API based on platform.
author: support@senzing.com
Expand All @@ -17,11 +16,13 @@ runs:
uses: Senzing/github-action-install-senzing/linux@latest
with:
senzingapi-version: ${{ inputs.senzingapi-version }}

- if: runner.os == 'macOS'
name: Run on macOS
uses: Senzing/github-action-install-senzing/darwin@latest
with:
senzingapi-version: ${{ inputs.senzingapi-version }}

- if: runner.os == 'Windows'
name: Run on Windows
uses: Senzing/github-action-install-senzing/windows@latest
Expand Down

0 comments on commit 9c86d4c

Please sign in to comment.