Skip to content

Commit

Permalink
githubworking directory
Browse files Browse the repository at this point in the history
Signed-off-by: Feny Mehta <[email protected]>
  • Loading branch information
fbm3307 committed Jun 3, 2024
1 parent c579799 commit c68afce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-check-cross-repo-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@ jobs:
- name: Checkout Git Repository
uses: actions/checkout@v4
with:
path: ${GITHUB_WORKSPACE}/toolchain-common
path: ${{ github.workspace }}/toolchain-common

- name: Run check
id: check-repo
working-directory: ${{ github.workspace }}
run: |
set -e -x -o pipefail
git clone --depth 1 https://github.com/codeready-toolchain/${{ matrix.repo }}
Expand Down

0 comments on commit c68afce

Please sign in to comment.