Skip to content

Commit 130bf52

Browse files
🩹 [Patch]: Add Name input for Invoke-Pester action (#48)
## Description This pull request introduces a minor update to the `action.yml` file. The change adds a `Name: Invoke-Pester` field to the `runs:` section, likely to improve clarity or compatibility with workflow conventions. ## Type of change <!-- Use the check-boxes [x] on the options that are relevant. --> - [ ] 📖 [Docs] - [ ] 🪲 [Fix] - [x] 🩹 [Patch] - [ ] ⚠️ [Security fix] - [ ] 🚀 [Feature] - [ ] 🌟 [Breaking change] ## Checklist <!-- Use the check-boxes [x] on the options that are relevant. --> - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas
1 parent e29b1ac commit 130bf52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ runs:
333333
Verbose: ${{ inputs.Verbose }}
334334
Version: ${{ inputs.Version }}
335335
WorkingDirectory: ${{ inputs.WorkingDirectory }}
336+
Name: Invoke-Pester
336337
Script: |
337338
# Invoke-Pester (init)
338339
${{ github.action_path }}/scripts/init.ps1

0 commit comments

Comments
 (0)