diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 36e7f4d..80c58bf 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -20,7 +20,7 @@ jobs: - name: set up config run: | - git config --global --add safe.directory ${GITHUB_WORKSPACE} + git config --global --add safe.directory $GITHUB_WORKSPACE git config --global user.email "itcrtrainingnetwork@gmail.com" git config --global user.name "jhudsl-robot"