Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonye Jack committed Aug 8, 2020
1 parent f2b6596 commit b6c6ac9
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 @@ -4,9 +4,9 @@ set -o pipefail


DIR=$2
IGNORE=$3
IGNORES=$3

OUTPUT=$(depcheck --ignores="${IGNORE}" "${DIR}" 2>&1) && exit_status=$? || exit_status=$?
OUTPUT=$(depcheck --ignores="${IGNORES}" "${DIR}" 2>&1) && exit_status=$? || exit_status=$?
echo "$OUTPUT"

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

0 comments on commit b6c6ac9

Please sign in to comment.