Skip to content

🩹 [Patch]: Add WorkingDirectory input to action configuration and README#31

Merged
MariusStorhaug merged 1 commit intomainfrom
addworkspace
Feb 28, 2025
Merged

🩹 [Patch]: Add WorkingDirectory input to action configuration and README#31
MariusStorhaug merged 1 commit intomainfrom
addworkspace

Conversation

@MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Feb 28, 2025

Description

This pull request introduces a new input parameter to specify the working directory for the script execution in the PSModule framework. The changes are reflected in the documentation and the action configuration file.

Documentation Update

  • README.md:
    • Added a description for the new WorkingDirectory parameter, specifying its default value as ${{ github.workspace }}.

Action Configuration

  • action.yml:
    • Introduced the WorkingDirectory input parameter with a description, default value, and its inclusion in the runs section to pass the value to the script.

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

@MariusStorhaug MariusStorhaug requested a review from a team as a code owner February 28, 2025 19:53
@MariusStorhaug MariusStorhaug merged commit 41e8d81 into main Feb 28, 2025
10 checks passed
@MariusStorhaug MariusStorhaug deleted the addworkspace branch February 28, 2025 20:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant