Skip to content

Commit 1f51ff7

Browse files
committed
fix: cd fail to exit 1
1 parent cd5e27d commit 1f51ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/vimhelp-nvcheck/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
if [ -n "${GITHUB_WORKSPACE}" ] ; then
4-
cd "${GITHUB_WORKSPACE}" || exit
4+
cd "${GITHUB_WORKSPACE}" || exit 1
55
git config --global --add safe.directory "${GITHUB_WORKSPACE}" || exit 1
66
fi
77

0 commit comments

Comments
 (0)