diff --git a/.github/workflows/deploy-test-with-github-hosted-runner.yml b/.github/workflows/deploy-test-with-github-hosted-runner.yml index b8bdc581..0bdc00bc 100644 --- a/.github/workflows/deploy-test-with-github-hosted-runner.yml +++ b/.github/workflows/deploy-test-with-github-hosted-runner.yml @@ -19,6 +19,8 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 + with: + path: development - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3