Skip to content

Commit

Permalink
test branch
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Nov 13, 2024
1 parent d6e0886 commit 6e77968
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@ runs:
steps:
- if: runner.os == 'Linux'
name: Run on Linux
uses: senzing-factory/github-action-install-senzing-api/linux@v5
uses: senzing-factory/github-action-install-senzing-api/linux@80-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}
packages-to-install: ${{ inputs.packages-to-install }}

- if: runner.os == 'macOS'
name: Run on macOS
uses: senzing-factory/github-action-install-senzing-api/darwin@v5
uses: senzing-factory/github-action-install-senzing-api/darwin@80-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}

- if: runner.os == 'Windows'
name: Run on Windows
uses: senzing-factory/github-action-install-senzing-api/windows@v5
uses: senzing-factory/github-action-install-senzing-api/windows@80-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}

Expand Down

0 comments on commit 6e77968

Please sign in to comment.