From 2ecd06deb6721d96fd1da0369fc6be39e974edba Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 26 May 2021 18:01:44 -0400 Subject: [PATCH] Added usage link to warning message (#84) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6789ecf6..c31dbf5b 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -16,7 +16,7 @@ fi if [[ $exit_status -ne 0 ]]; then echo "::warning::Unable to determine the head sha" - echo "::warning::You seem to be missing 'fetch-depth: 0' or 'fetch-depth: 2'" + echo "::warning::You seem to be missing 'fetch-depth: 0' or 'fetch-depth: 2'. See https://github.com/tj-actions/changed-files#usage" exit 1 fi