Skip to content

Commit ae2a16d

Browse files
Fix wrong spelling of "exit"
1 parent 4c623a9 commit ae2a16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
run: |
5353
if [ ! -d "/var/lib/docker" ]; then
5454
echo "Directory '/var/lib/docker' not found"
55-
ecit 1
55+
exit 1
5656
fi
5757
5858
sudo mount -t tmpfs -o size=${{ inputs.tmpfs_size }}G tmpfs /var/lib/docker

0 commit comments

Comments
 (0)