From 47c1f9d2a2583bd1963e44ee9a2ff5f31576788d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sat, 8 May 2021 20:06:24 -0400 Subject: [PATCH] Fixed typo (#58) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 60024153..79343eaa 100644 --- a/action.yml +++ b/action.yml @@ -75,7 +75,7 @@ runs: if [[ -z $HEAD_SHA ]]; then echo "::warning::Unable to determine the head sha: $HEAD_SHA." - echo "::warning::You seem to be misssing `fetch-depth: 0` or `fetch-depth: 2`" + echo "::warning::You seem to be missing `fetch-depth: 0` or `fetch-depth: 2`" else echo "Using head sha: $HEAD_SHA..."