We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4208d commit 9e486a3Copy full SHA for 9e486a3
action.yml
@@ -15,10 +15,10 @@ runs:
15
for dir in $(find . \( -name vendor -o -name '[._].*' -o -name node_modules \) -prune -o -name go.mod -print | sed 's:/go.mod$::'); do
16
echo "#=#=#=# $dir #=#=#=#"
17
pushd $dir > /dev/null
18
- s=0
19
(
20
${{ inputs.run }}
21
- ) || s=$?
+ )
+ s=$?
22
if [[ $s != 0 ]]; then status=$s; fi
23
popd > /dev/null
24
echo -e "\n\n"
0 commit comments