Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update Action name to be that of the input
  • Loading branch information
MariusStorhaug committed Mar 23, 2025
commit f1af724702c7838eb7c0c36fe6eb94517587f284
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -63,7 +63,7 @@ outputs:
runs:
using: composite
steps:
- name: Install GitHub
- name: ${{ inputs.Name }}
shell: pwsh
id: RunGitHubScript
working-directory: ${{ inputs.WorkingDirectory }}
Expand Down