From 3a01def29d7d7414ef334fcb44f7da36403feae9 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 30 Dec 2024 20:52:45 -0500 Subject: [PATCH] slight tag change --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 01d3e33..616f464 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ # https://docs.github.com/en/actions/sharing-automations/creating-actions/metadata-syntax-for-github-actions name: 'psb' -description: 'Use PSB to build' +description: 'Use PSB to build static a static site' runs: using: 'docker' image: 'Dockerfile'