Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack authored Aug 8, 2020
1 parent b822862 commit 9e9a064
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
set -o pipefail


DIR=$2
EXTRA_ARGS=$2

OUTPUT=$(depcheck "${DIR}" 2>&1) && exit_status=$? || exit_status=$?
OUTPUT=$(depcheck "${EXTRA_ARGS}" 2>&1) && exit_status=$? || exit_status=$?
echo "$OUTPUT"

echo "::set-output name=exit_code::$exit_status"
Expand Down

0 comments on commit 9e9a064

Please sign in to comment.