An open API service indexing awesome lists of open source software.

https://github.com/fennecdjay/emojify-docker-action

run emojify on all .md files in a directory :smile:
https://github.com/fennecdjay/emojify-docker-action

emoji github-actions markdown

Last synced: 3 months ago
JSON representation

run emojify on all .md files in a directory :smile:

Awesome Lists containing this project

README

          

# Emojify docker action

run emojify on all .md files of a directory

[![fennecdjay/emojify-docker-action - GitHub](https://gh-card.dev/repos/fennecdjay/emojify-docker-action.svg?fullname)](https://github.com/fennecdjay/emojify-docker-action)

## Inputs

### `directory`

**Required** the directory to run the action on. Default `"tmp"`.

## Outputs

none.

## Example usage

``` yml
uses: fennecdjay/emojify-docker-action@v1
with:
directory: 'tmp'
```