Skip to content

Commit

Permalink
echo'd compare
Browse files Browse the repository at this point in the history
  • Loading branch information
NicholasPerell committed Aug 31, 2024
1 parent 3c35afc commit e4a9374
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/copy-documentation-readme-upwards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
Set-Content README.md $readmeContent
$targetContent = gc README.md -Raw
echo $targetContent
echo Compare-Object ($readmeContent | out-string) ($targetContent | out-string)
if (-not Compare-Object ($readmeContent | out-string) ($targetContent | out-string)) {echo "eq"} else {echo "ne"}
# Set-Content ./README.md $readmeContent
# git add ./README.md
Expand Down

0 comments on commit e4a9374

Please sign in to comment.