Skip to content

v4.1.6

Choose a tag to compare

@github-actions github-actions released this 04 Sep 09:21
· 10 commits to main since this release
130bf52

🩹 [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

  • 📖 [Docs]
  • 🪲 [Fix]
  • 🩹 [Patch]
  • ⚠️ [Security fix]
  • 🚀 [Feature]
  • 🌟 [Breaking change]

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas