Skip to content

Commit

Permalink
Makes working-directory absolute if it wasn't
Browse files Browse the repository at this point in the history
  • Loading branch information
ManasJayanth committed Jul 26, 2024
1 parent 4a96b1c commit 81ff502
Show file tree
Hide file tree
Showing 4 changed files with 1,941 additions and 102 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Path where esy can setup the cache. Default: `$HOME/.esy`
#### `working-directory`

Working directory of the project. Useful for projects that place esy project
under a folder.
under a folder. It's converted into an absolute path, if it already isn't.

Default: Action workspace root.

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
description: A cache key for retrieving esy sources cache.
required: true
working-directory:
description: Working directory for esy
description: Working directory for esy. It's converted into an absolute path, if it already isn't
required: false
esy-prefix:
description: Prefix of esy folder
Expand Down
Loading

0 comments on commit 81ff502

Please sign in to comment.