set the workspace path for github actions correctly

This commit is contained in:
David Refoua
2022-10-14 21:56:19 +03:30
committed by GitHub
parent 9d9519bdd4
commit eede47bfad

View File

@ -17,7 +17,7 @@ on:
env:
# Path to the root of the Cmder project.
CMDER_ROOT: ${{ env.GITHUB_WORKSPACE }}
CMDER_ROOT: ${{ github.workspace }}
permissions:
contents: read