https://github.com/snow-actions/ls
ls to JSON
https://github.com/snow-actions/ls
actions github-actions
Last synced: 2 months ago
JSON representation
ls to JSON
- Host: GitHub
- URL: https://github.com/snow-actions/ls
- Owner: snow-actions
- License: mit
- Created: 2022-12-16T21:24:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T20:15:17.000Z (over 3 years ago)
- Last Synced: 2025-10-13T22:17:05.215Z (8 months ago)
- Topics: actions, github-actions
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ls
[](https://github.com/snow-actions/ls/actions/workflows/test.yml)
`ls` to JSON.
## Usage
```yml
steps:
- id: ls
uses: snow-actions/ls@v1.0.0
- run: echo "${json}"
env:
json: ${{ steps.ls.outputs.json }}
```
## Inputs & Outputs
See [action.yml](action.yml)
### Inputs
| Name | Description | Default | Required |
| - | - | - | - |
| `path` | Path | `.` | yes |
| `dotfiles` | Include dotfiles | `false` | no |
### Outputs
| Name | Description |
| - | - |
| `json` | JSON |
## Supported
### Runners
- `ubuntu-*`
- `windows-*`
- `macos-*`
- `self-hosted`
### Events
- Any
## Dependencies
- Bash
- [jq](https://stedolan.github.io/jq/)
## Contributing
Welcome.