Skip to content

Commit

Permalink
docs: add input documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmesrje committed Feb 15, 2025
1 parent 7319663 commit cffe2b9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.1] - 2025-2-15

### Fixed

- Fixed `Lune` binary being comitted when pushing changes via CI

## [0.4.0] - 2025-2-06

### Changed
Expand Down Expand Up @@ -56,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Initial release!

[unreleased]: https://github.com/2jammers/setup-pesde/compare/v0.4.0...HEAD
[unreleased]: https://github.com/2jammers/setup-pesde/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/2jammers/setup-pesde/compare/v0.4.0...0.4.1
[0.4.0]: https://github.com/2jammers/setup-pesde/compare/v0.3.2...0.4.0
[0.3.2]: https://github.com/2jammers/setup-pesde/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/2jammers/setup-pesde/compare/v0.3.0...v0.3.1
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,27 @@ Use the latest version of Pesde, with default parameters

```yaml
steps:
- uses: lumin-org/setup-pesde@v0.4.0
- uses: lumin-org/setup-pesde@v0.4.1
```
## Inputs
### `version`

The version of Pesde to install.\
**Default:** `latest`

### `path`
The path of where the Pesde config file is located.\
**Default:** `.`

### `cache`
Whether or not to cache the Pesde install and packages.\
**Default:** `false`

### `token`
The security token used for publishing to the Pesde marketplace.\

## Forks

This project was forked from [`ok-nick/setup-aftman`](https://github.com/ok-nick/setup-aftman)
Expand Down

0 comments on commit cffe2b9

Please sign in to comment.