We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b86495 + 1a3c53c commit da7fce8Copy full SHA for da7fce8
action.yaml
@@ -56,7 +56,7 @@ runs:
56
CHECKOUT: ${{ inputs.checkout }}
57
DIRECTION: ${{ inputs.direction }}
58
NAME: ${{ inputs.name }}
59
- PATH: ${{ inputs.path }}
+ DIR_PATH: ${{ inputs.path }}
60
LFS: ${{ inputs.checkout-lfs }}
61
run: |
62
set -euo pipefail
@@ -87,8 +87,8 @@ runs:
87
fi
88
89
90
- if [[ -n "${PATH:-}" ]] ; then
91
- echo "::set-output name=path::${PATH}"
+ if [[ -n "${DIR_PATH:-}" ]] ; then
+ echo "::set-output name=path::${DIR_PATH}"
92
else
93
if [[ "${CHECKOUT}" == 'true' ]] ; then
94
echo "::set-output name=path::./.git/"
0 commit comments