Skip to content

Commit

Permalink
redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 678038e commit dde8ed2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bin/run_fawltydeps
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
#!/usr/bin/env bash

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

# The fawltydeps output can be a multiline string. By default, GITHUB_OUTPUT expects
Expand Down

0 comments on commit dde8ed2

Please sign in to comment.