From 4c1e52ec7dbc1338603dc2db17f59d520c593b22 Mon Sep 17 00:00:00 2001 From: Tommy Byrd Date: Tue, 10 May 2022 22:10:10 -0400 Subject: [PATCH] remove comment --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d376980..696edff 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,7 @@ name: 'Upload Pages artifact' description: 'A composite action that prepares your static assets to be deployed to GitHub Pages' inputs: - directory: # id of input + directory: description: 'The directory in your workspace that contains the built assets' required: true default: '_site/'