Skip to content

Commit 072948b

Browse files
authored
Update check-envoy-commits.yml
Fix typo in log write out Signed-off-by: Elizabeth Byerly <ebyerly@google.com>
1 parent d965819 commit 072948b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-envoy-commits.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ jobs:
137137
138138
BISECT_LOG_FILE=$(mktemp)
139139
git -C envoy bisect run ./nighthawk/tools/bisect-envoy.sh "$(pwd)/nighthawk" | tee ${BISECT_LOG_FILE}
140-
140+
141141
ENVOY_BREAK_COMMIT=$(grep -oP '^\w+(?=\s+is the first bad commit)' ${BISECT_LOG_FILE} || echo "NOT_FOUND")
142142
echo "ENVOY_BREAK_COMMIT=${ENVOY_BREAK_COMMIT}" >> $GITHUB_ENV
143-
143+
144144
echo "BISECT_LOG<<EOF" >> $GITHUB_OUTPUT
145145
cat ${BISECT_LOG_FILE} >> $GITHUB_OUTPUT
146146
echo "EOF" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)