Skip to content

Commit

Permalink
fix: correct git working copy path
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarlovi committed Jan 20, 2023
1 parent b3d4a37 commit 8c59f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitsplit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
-
name: Full checkout
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY /home/runner/work/coreshop/coreshop && cd /home/runner/work/coreshop/coreshop && git checkout $GITHUB_SHA
run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY /home/runner/work/CoreShop/CoreShop && cd /home/runner/work/CoreShop/CoreShop && git checkout $GITHUB_SHA
-
name: Split repositories
uses: docker://jderusse/gitsplit:latest
Expand Down

0 comments on commit 8c59f7c

Please sign in to comment.