Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent dde8ed2 commit 317db56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/run_fawltydeps
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

echo "Running fawltydeps $*"
fawltydeps_result=$(fawltydeps "$@" 2>&1)
fawltydeps_result=$(fawltydeps "$@")
exit_code=$?

# The fawltydeps output can be a multiline string. By default, GITHUB_OUTPUT expects
Expand All @@ -15,4 +15,5 @@ DELIMITER=$(echo $RANDOM | md5sum | head -c 20)
echo "${DELIMITER}"
} >> "${GITHUB_OUTPUT}"

cat "${GITHUB_OUTPUT}"
exit $exit_code

0 comments on commit 317db56

Please sign in to comment.