From 3ffb27fa8ab944a52d9f34e230967568622c2499 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 24 Aug 2021 21:02:25 -0600 Subject: [PATCH] Remove redundant runs --- action.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/action.yml b/action.yml index 8333b06..db33dba 100644 --- a/action.yml +++ b/action.yml @@ -1,9 +1,6 @@ name: 'WordPress Plugin Readme/Assets Update' description: 'Deploy readme and asset updates to the WordPress Plugin Repository' author: '10up' -runs: - using: 'docker' - image: 'Dockerfile' branding: icon: 'upload-cloud' color: 'blue'