Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit e4a9374

Browse files
echo'd compare
1 parent 3c35afc commit e4a9374

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/copy-documentation-readme-upwards.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
Set-Content README.md $readmeContent
2828
$targetContent = gc README.md -Raw
2929
echo $targetContent
30+
echo Compare-Object ($readmeContent | out-string) ($targetContent | out-string)
3031
if (-not Compare-Object ($readmeContent | out-string) ($targetContent | out-string)) {echo "eq"} else {echo "ne"}
3132
# Set-Content ./README.md $readmeContent
3233
# git add ./README.md

0 commit comments

Comments
 (0)