Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snow-actions/ls
ls to JSON
https://github.com/snow-actions/ls
actions github-actions
Last synced: about 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T20:15:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-14T09:42:15.530Z (3 months ago)
- Topics: actions, github-actions
- Homepage:
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ls
[![Test](https://github.com/snow-actions/ls/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/snow-actions/ls/actions/workflows/test.yml)
`ls` to JSON.
## Usage
```yml
steps:
- id: ls
uses: snow-actions/[email protected]
- 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.