Skip to content

Commit

Permalink
insert summary
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 317db56 commit 1a2a229
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bin/run_fawltydeps
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@ DELIMITER=$(echo $RANDOM | md5sum | head -c 20)
echo "${DELIMITER}"
} >> "${GITHUB_OUTPUT}"

cat "${GITHUB_OUTPUT}"
if [[ "$exit_code" -eq 0 ]]; then
echo "OK: fawltydeps :rocket:" > "$GITHUB_STEP_SUMMARY"
else
echo "Error: fawltydeps found issues" > "$GITHUB_STEP_SUMMARY"
fi
exit $exit_code

0 comments on commit 1a2a229

Please sign in to comment.