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 2ea41f2 commit 86490ffCopy full SHA for 86490ff
.github/workflows/format-patch.sh
@@ -149,7 +149,7 @@ if [[ -z "$PATCH_FILE" ]]; then
149
PATCH_FILE="whip-patch-$PR_NUMBER-$(date +%s).patch"
150
fi &&
151
rm -f $PATCH_FILE &&
152
-git format-patch -1 --stdout > $PATCH_FILE &&
+git format-patch --add-header "X-Unsent: 1" --to [email protected] -1 --stdout > $PATCH_FILE &&
153
echo "Created patch file: $PATCH_FILE"
154
if [[ $? -ne 0 ]]; then
155
echo "Failed to create patch file."
0 commit comments