Skip to content

Commit

Permalink
fix: use IntelliJ Markdown table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed May 22, 2024
1 parent 915f0d7 commit e0b5c64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ jobs:
# delete_threshold_days: 30
```

<!-- prettier-ignore-start -->
| Inputs | Default value | Required | Description |
| ----------------------- | ------------- | -------- | ------------------------------------------------------------------------------ |
|-------------------------|---------------|----------|--------------------------------------------------------------------------------|
| `source` | | x | Path to the files which should be deployed |
| `target` | | x | Preview server target path, must be a directory path. |
| `host` | | x | Preview server domain |
Expand All @@ -73,6 +74,7 @@ jobs:
| `key` | | x | Preview server ssh key content of private key. ex raw content of ~/.ssh/id_rsa |
| `strip_components` | `0` | | remove the specified number of leading path elements |
| `delete_threshold_days` | `30` | | Number of days after inactive previews are deleted |
<!-- prettier-ignore-end -->

Furthermore, see [action.yml](action.yml)

Expand Down

0 comments on commit e0b5c64

Please sign in to comment.