fix: #182 - support symlinks in workspace

This commit is contained in:
Casey Lee
2020-04-22 23:24:31 -07:00
parent 6c4e7b9fde
commit 8c290994c1
3 changed files with 10 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: ls -alFt /github/workspace/workdir
- run: '[[ "$(pwd)" == "/github/workspace/workdir" ]]'
working-directory: workdir