mirror of
https://github.com/actions/checkout.git
synced 2024-11-15 00:28:06 +00:00
added exit 1
This commit is contained in:
parent
299846e624
commit
573932dbdd
@ -12,4 +12,5 @@ CLONE_FILTER=$(git config --local --get remote.origin.partialclonefilter)
|
|||||||
|
|
||||||
if [ "$CLONE_FILTER" != "blob:none" ]; then
|
if [ "$CLONE_FILTER" != "blob:none" ]; then
|
||||||
echo "Expected ./fetch-filter/.git/config to have 'remote.origin.partialclonefilter' set to 'blob:none'"
|
echo "Expected ./fetch-filter/.git/config to have 'remote.origin.partialclonefilter' set to 'blob:none'"
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user