Skip to content

Commit 8c69cc6

Browse files
authored
Merge pull request #179 from daveisfera/fix_set-output
Change set-output to GITHUB_OUTPUT
2 parents 804275b + d348185 commit 8c69cc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ set -eo pipefail
44

55
npx depcheck@"${INPUT_VERSION}" --ignores="${INPUT_IGNORES}" "${INPUT_DIR}" 2>&1 && exit_status=$? || exit_status=$?
66

7-
echo "::set-output name=exit_code::$exit_status"
7+
echo "exit_code=$exit_status" >> "$GITHUB_OUTPUT"
88

99
exit $exit_status

0 commit comments

Comments
 (0)