File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
.github/actions/gh-cache/cache Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3131 RUNNER_WORK_DIR="$(realpath "${GITHUB_WORKSPACE}/../..")"
3232 ACTION_DIR="${RUNNER_WORK_DIR}/_actions/github/accessibility-scanner/current"
3333 mkdir -p "${ACTION_DIR}/.github/actions"
34- if [ "$(realpath . github/actions)" != "$(realpath "${ACTION_DIR}/.github/actions")" ]; then
34+ if [ "$(realpath "../../../../. github/actions" )" != "$(realpath "${ACTION_DIR}/.github/actions")" ]; then
3535 cp -a "../../../../.github/actions/." "${ACTION_DIR}/.github/actions/"
3636 fi
3737 - name : Restore cached value
Original file line number Diff line number Diff line change 4747 RUNNER_WORK_DIR="$(realpath "${GITHUB_WORKSPACE}/../..")"
4848 ACTION_DIR="${RUNNER_WORK_DIR}/_actions/github/accessibility-scanner/current"
4949 mkdir -p "${ACTION_DIR}/.github/actions"
50- if [ "$(realpath .github/actions)" != "$(realpath "${ACTION_DIR}/.github/actions")" ]; then
50+ if [ "$(realpath " .github/actions" )" != "$(realpath "${ACTION_DIR}/.github/actions")" ]; then
5151 cp -a ".github/actions/." "${ACTION_DIR}/.github/actions/"
5252 fi
5353 - name : Restore cached results
You can’t perform that action at this time.
0 commit comments