Skip to content

Commit c9e5e75

Browse files
authored
Merge pull request #1076 from tsuyoshicho/fix/20220418/treat
fix: nvcheck action - cd fail to exit 1
2 parents 0245850 + 1f51ff7 commit c9e5e75

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)