add missing prefix for github actions

This commit is contained in:
David Refoua 2022-10-14 21:52:54 +03:30 committed by GitHub
parent f05c77e53c
commit 9d9519bdd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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