From 3de7aa466221317d04e2470d9e5b3e3f41c336ce Mon Sep 17 00:00:00 2001 From: Mike Pye Date: Fri, 26 Feb 2021 17:51:48 +0000 Subject: [PATCH] fix: typo in required field of action metadata --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 5c1fd4f..7c1a8e6 100644 --- a/action.yml +++ b/action.yml @@ -27,7 +27,7 @@ inputs: docker_network: description: 'Docker Network ID' default: ${{ job.container.network }} - retuired: false + required: false runs: using: 'docker' image: 'Dockerfile'