Skip to content

Commit 1648c0c

Browse files
committed
.
1 parent 5cc3aae commit 1648c0c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,14 @@ jobs:
9494
cat "$f"
9595
echo '```'
9696
done
97+
echo
98+
echo "### Git diff (patch-style)"
99+
echo
100+
echo "You can also apply these changes using a patch:"
101+
echo
102+
echo '```diff'
103+
git diff
104+
echo '```'
97105
} >> "$GITHUB_STEP_SUMMARY"
98106
99107
echo "::error::Documentation is out of date. Copy the generated docs from the job summary into your branch and commit them."

0 commit comments

Comments
 (0)