mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-01 03:13:15 +08:00
Spelling (#431)
* spelling: absolute * spelling: content * spelling: received * spelling: sanitizes
This commit is contained in:
@@ -20,6 +20,6 @@ fi
|
||||
|
||||
actualContent=$(cat $path)
|
||||
if [ "$actualContent" != "$expectedContent" ];then
|
||||
echo "File contents are not correct, expected $expectedContent, recieved $actualContent"
|
||||
echo "File contents are not correct, expected $expectedContent, received $actualContent"
|
||||
exit 1
|
||||
fi
|
||||
Reference in New Issue
Block a user