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 9e129a0 commit 0517564Copy full SHA for 0517564
.github/workflows/build-check-install.yaml
@@ -527,7 +527,7 @@ jobs:
527
cd ${{ github.event.repository.name }}/${{ inputs.package-subdirectory }}
528
529
530
- test_all=git log -1 --pretty=%B | grep -F " [run-all-tests] "
+ test_all=$(git log -1 --pretty=%B | grep -F " [run-all-tests] ")
531
532
# Get the list of R files that have changed
533
# https://github.com/cloudnativeto/envoy/blob/de67446fa8af973761bb4716f5143d73643baf8b/.github/workflows/get_build_targets.sh_bak#L9
0 commit comments