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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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