Skip to content

Commit

Permalink
document working-directory option
Browse files Browse the repository at this point in the history
  • Loading branch information
boyum committed Jan 7, 2022
1 parent e8ee89a commit ce22ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
| Name | Required | Default value | Description |
|---|---|---|---|
| `h5p-dependency-list-file` | false | `build_info/repos` | The file where dependency Git URIs are found. Must be omitted if the file does not exist. |
| `working-directory` | false | `` | The directory where `library.json` is found. |
| `working-directory` | false | `.` | The directory where `library.json` is found. |

## Outputs

Expand Down
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ inputs:
default: build_info/repos
required: false

working-directory:
description: The directory where `library.json` is found.
default: "."
required: false

runs:
using: node12
main: dist/index.js

0 comments on commit ce22ce1

Please sign in to comment.