Skip to content

Commit

Permalink
build: move cloned files into git workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
emgk committed Oct 10, 2023
1 parent 71fbcdf commit d381779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: pwd && ls

- name: Save files to workspace
run: cp -r ./sui-docs $GITHUB_WORKSPACE/sui-docs
run: mv -r ./sui-docs $GITHUB_WORKSPACE/sui-docs

code-testing:
needs: [fetch-repos]
Expand Down

0 comments on commit d381779

Please sign in to comment.