Skip to content

Commit 0517564

Browse files
committed
Add missing subprocess
1 parent 9e129a0 commit 0517564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-check-install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ jobs:
527527
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
528528
529529
530-
test_all=git log -1 --pretty=%B | grep -F " [run-all-tests] "
530+
test_all=$(git log -1 --pretty=%B | grep -F " [run-all-tests] ")
531531
532532
# Get the list of R files that have changed
533533
# https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9

0 commit comments

Comments
 (0)