Skip to content
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

set INPUT_WORKING_DIRECTORY if not already set #133

Merged
merged 1 commit into from
Nov 24, 2024

Conversation

jetmore
Copy link

@jetmore jetmore commented Jan 29, 2024

Something about 473978a broke prettier_action for us. Even though everything looks right for $INPUT_WORKING_DIRECTORY to have a default value, so cd "$INPUT_WORKING_DIRECTORY" should be fine, in our usage $INPUT_WORKING_DIRECTORY was consistently empty. This had a practical side effect of reporting that prettier wasn't found (because we are setting our PATH based off of $GITHUB_ACTION_PATH). Adding internal default of $GITHUB_ACTION_PATH fixed it. I'm happy to work with you to determine why this isn't getting set in our environment, but I ran out of things to check

@creyD creyD merged commit 9991486 into creyD:dev Nov 24, 2024
@creyD
Copy link
Owner

creyD commented Nov 24, 2024

@jetmore Sorry for taking so long. I merged this now, please try to run the action with the :dev and report any problems

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.

2 participants