Skip to content

🩹 [Patch]: Update default values for WorkingDirectory to be '.' #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

MariusStorhaug
Copy link
Member

@MariusStorhaug MariusStorhaug commented Mar 9, 2025

Description

This pull request includes updates to the default values for the WorkingDirectory input in both the README.md and action.yml files. These changes ensure consistency in the default working directory for the script.

Documentation updates:

  • README.md: Updated the default value for the WorkingDirectory input from ${{ github.workspace }} to '.'.

Configuration updates:

  • action.yml: Updated the default value for the WorkingDirectory input from ${{ github.workspace }} to '.'.

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

@Copilot Copilot AI review requested due to automatic review settings March 9, 2025 16:03
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Overview

This pull request updates the default value for the WorkingDirectory input to a more generic value ('.') for both configuration and documentation, ensuring consistency.

  • Updated the default value in action.yml from "${{ github.workspace }}" to '.'
  • Updated the corresponding default in README.md and adjusted table formatting accordingly

Reviewed Changes

File Description
action.yml Changed the default WorkingDirectory input value to '.'
README.md Updated documentation to reflect the new default value and adjusted table formatting

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

@MariusStorhaug MariusStorhaug self-assigned this Mar 9, 2025
@MariusStorhaug MariusStorhaug merged commit 3dd6874 into main Mar 9, 2025
10 checks passed
@MariusStorhaug MariusStorhaug deleted the fixWorkingDir branch March 9, 2025 16:08
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