Skip to content

Commit ceb945c

Browse files
committed
Use the correct action input parameter
1 parent a291b7c commit ceb945c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/__with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/with-checkout-path.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
tools: ${{ steps.prepare-test.outputs.tools-url }}
1313
# it's enough to test one compiled language and one interpreted language
1414
languages: csharp,javascript
15-
source-path: x/y/z/some-path/tests/multi-language-repo
15+
source-root: x/y/z/some-path/tests/multi-language-repo
1616
debug: true
1717
- name: Build code (non-windows)
1818
shell: bash

0 commit comments

Comments
 (0)