Update action.yml

This commit is contained in:
Philip Korsholm
2021-10-21 14:53:21 +02:00
committed by GitHub
parent 0a11cf51d3
commit 6a02090287

View File

@@ -28,7 +28,7 @@ runs:
yarn bootstrap --concurrency=2
elif [[ "${{inputs.partial}}" = "true" ]]; then
[[ ! -z "${GITHUB_BASE_REF}" ]] && ref="${GITHUB_BASE_REF#refs/heads/}" || ref="develop"
yarn bootstrap --npm-client=npm --hoist --since "origin/${ref}...HEAD" --concurrency=2
yarn bootstrap --npm-client=npm --hoist --since "origin/${ref}" --concurrency=2
fi
shell: bash