mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 19:17:45 +00:00
Fixed typo (#58)
This commit is contained in:
parent
e95bba87d2
commit
47c1f9d2a2
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue