We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 804275b + d348185 commit 8c69cc6Copy full SHA for 8c69cc6
entrypoint.sh
@@ -4,6 +4,6 @@ set -eo pipefail
4
5
npx depcheck@"${INPUT_VERSION}" --ignores="${INPUT_IGNORES}" "${INPUT_DIR}" 2>&1 && exit_status=$? || exit_status=$?
6
7
-echo "::set-output name=exit_code::$exit_status"
+echo "exit_code=$exit_status" >> "$GITHUB_OUTPUT"
8
9
exit $exit_status
0 commit comments