From ceb945c7b826051aeb827bcbb959f968d54ae91a Mon Sep 17 00:00:00 2001 From: Andrew Eisenberg Date: Fri, 20 Oct 2023 16:14:27 -0700 Subject: [PATCH] Use the correct action input parameter --- .github/workflows/__with-checkout-path.yml | 2 +- pr-checks/checks/with-checkout-path.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/__with-checkout-path.yml b/.github/workflows/__with-checkout-path.yml index e15459fddd..c63e880075 100644 --- a/.github/workflows/__with-checkout-path.yml +++ b/.github/workflows/__with-checkout-path.yml @@ -105,7 +105,7 @@ jobs: tools: ${{ steps.prepare-test.outputs.tools-url }} # it's enough to test one compiled language and one interpreted language languages: csharp,javascript - source-path: x/y/z/some-path/tests/multi-language-repo + source-root: x/y/z/some-path/tests/multi-language-repo debug: true - name: Build code (non-windows) shell: bash diff --git a/pr-checks/checks/with-checkout-path.yml b/pr-checks/checks/with-checkout-path.yml index 42564c64ea..96ce1c6568 100644 --- a/pr-checks/checks/with-checkout-path.yml +++ b/pr-checks/checks/with-checkout-path.yml @@ -12,7 +12,7 @@ steps: tools: ${{ steps.prepare-test.outputs.tools-url }} # it's enough to test one compiled language and one interpreted language languages: csharp,javascript - source-path: x/y/z/some-path/tests/multi-language-repo + source-root: x/y/z/some-path/tests/multi-language-repo debug: true - name: Build code (non-windows) shell: bash