From f1af724702c7838eb7c0c36fe6eb94517587f284 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Sun, 23 Mar 2025 15:36:54 +0100 Subject: [PATCH] Update Action name to be that of the input --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e46e19e..cf535b0 100644 --- a/action.yml +++ b/action.yml @@ -9,7 +9,7 @@ inputs: Name: description: The name of the action. required: false - default: 'GitHub-Script' + default: GitHub-Script Script: description: The script to run. Can be inline, multi-line or a path to a script file. required: false @@ -63,7 +63,7 @@ outputs: runs: using: composite steps: - - name: Install GitHub + - name: ${{ inputs.Name }} shell: pwsh id: RunGitHubScript working-directory: ${{ inputs.WorkingDirectory }}