Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrugneaux committed Oct 17, 2024
1 parent cbca23d commit 8b754f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron-third-party.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- id: trigger-tests
name: Trigger tests if NPM's version was higher than tested version
if: ${{ steps.compare-version.outputs.result }} == -1
uses: ./.github/actions/third-party-tests/action.yaml
uses: ./.github/actions/third-party-tests/action.yml
with:
library: ${{ github.event.inputs.library }}
version: ${{ github.event.inputs.version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/third-party-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ['self-hosted', 'org', '8-cpu']
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/third-party-tests/action.yaml
- uses: ./.github/actions/third-party-tests/action.yml
with:
library: ${{ github.event.inputs.library }}
version: ${{ github.event.inputs.version }}

0 comments on commit 8b754f9

Please sign in to comment.