We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d965819 commit 072948bCopy full SHA for 072948b
.github/workflows/check-envoy-commits.yml
@@ -137,10 +137,10 @@ jobs:
137
138
BISECT_LOG_FILE=$(mktemp)
139
git -C envoy bisect run ./nighthawk/tools/bisect-envoy.sh "$(pwd)/nighthawk" | tee ${BISECT_LOG_FILE}
140
-
+
141
ENVOY_BREAK_COMMIT=$(grep -oP '^\w+(?=\s+is the first bad commit)' ${BISECT_LOG_FILE} || echo "NOT_FOUND")
142
echo "ENVOY_BREAK_COMMIT=${ENVOY_BREAK_COMMIT}" >> $GITHUB_ENV
143
144
echo "BISECT_LOG<<EOF" >> $GITHUB_OUTPUT
145
cat ${BISECT_LOG_FILE} >> $GITHUB_OUTPUT
146
echo "EOF" >> $GITHUB_OUTPUT
0 commit comments