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:
- Host: GitHub
- URL: https://github.com/fennecdjay/emojify-docker-action
- Owner: fennecdjay
- Created: 2020-01-09T16:34:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-19T22:03:52.000Z (over 6 years ago)
- Last Synced: 2025-08-01T05:25:10.534Z (11 months ago)
- Topics: emoji, github-actions, markdown
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Emojify docker action
run emojify on all .md files of a directory
[](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'
```