Skip to content

Commit

Permalink
Add diff_headers.yml action
Browse files Browse the repository at this point in the history
  • Loading branch information
littleGnAl committed Apr 2, 2024
1 parent 3ad63c0 commit b02c8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RESULT=$(diff -u -b -r ${BASE_PATH} ${TARGET_PATH})

retVal=$?
if [ $retVal -eq 1 ]; then
SUMMARY="\`\`\`"'\n'"${RESULT}""\`\`\`"
SUMMARY="\`\`\`diff"'\n'"${RESULT}""\`\`\`"
echo "${SUMMARY}"

# Output the github action summary.
Expand Down

0 comments on commit b02c8c9

Please sign in to comment.