Skip to content

Commit

Permalink
sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Feb 28, 2024
1 parent 705cd90 commit f78e55d
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 @@ -12,19 +12,19 @@ runs:
steps:
- if: runner.os == 'Linux'
name: Run on Linux
uses: senzing-factory/github-action-install-senzing/linux@#52-skern
uses: senzing-factory/github-action-install-senzing-api/linux@#52-skern
with:
senzingapi-version: ${{ inputs.senzingapi-version }}

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

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

Expand Down

0 comments on commit f78e55d

Please sign in to comment.