Skip to content

Commit

Permalink
document debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
o-orand committed Jan 16, 2024
1 parent fce0b1a commit 8f7d079
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Release directory path if not current working directory
required: `false`
default: `.`

### `debug`
Set to 1 to enable debug mode

default: 0
## Outputs

### `file`
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ inputs:
dir:
description: "Release directory path if not current working directory (default: .)"
default: "."
debug:
description: "Set to 1 to enable debug mode"
default: 0
outputs:
file:
description: "generated bosh release filename"
Expand Down

0 comments on commit 8f7d079

Please sign in to comment.