Printing root dir before actually creating a new one

This commit is contained in:
Allan Jeremy 2022-05-19 15:56:57 +03:00
parent b1399cf52e
commit 30f66ff0ef

View file

@ -66,7 +66,7 @@ jobs:
git status
- name: Cd back to luau before checking out original repo
run: cd ../luau && pwd && ls
run: cd .. && pwd && ls
- name: Switch to original luau repo
uses: actions/checkout@v3