GitHub

Get the Absolute Path of the Default Working Directory in GitHub Actions

This is a note on how to get the absolute path of the default working directory in GitHub Actions. Introduction Getting the Absolute Path of the Default Working Directory Cannot Retrieve Using ${{ env.GITHUB_WORKSPACE }} Can Be Retrieved U…