Skip to content

snow-actions/ls

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ls

Test

ls to JSON.

Usage

steps:
  - id: ls
    uses: snow-actions/ls@v1.0.0
  - run: echo "${json}"
    env:
      json: ${{ steps.ls.outputs.json }}

Inputs & Outputs

See 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

Contributing

Welcome.