Skip to content

Commit

Permalink
fix incorrect input name
Browse files Browse the repository at this point in the history
  • Loading branch information
kiftio committed Oct 19, 2023
1 parent a2ec213 commit 20b3992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
call-workflow-passing-data:
uses: ./.github/workflows/test-workflow.yml
with:
config-path: ./Scripts/test_samples
test-path: ./Scripts/test_samples
2 changes: 1 addition & 1 deletion .github/workflows/test-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
call-workflow-passing-data:
uses: ./.github/workflows/test-workflow.yml
with:
config-path: ./Scripts/test_package
test-path: ./Scripts/test_package

0 comments on commit 20b3992

Please sign in to comment.