Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
dillonkearns committed Mar 18, 2020
1 parent 67ef64e commit 141e453
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ you'll get a chance to fix it before the release goes out.

![Screenshot 2](https://raw.githubusercontent.com/dillonkearns/elm-publish-action/master/screenshots/2.png)

## Path to elm compiler

You can pass in an input like this:

```
- uses: dillonkearns/elm-publish-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-elm: ./node_modules/.bin/elm
```

And it will use the supplied path. Otherwise, it will use whatever elm binary it finds on the PATH.

## Example Workflow Setup


Expand Down Expand Up @@ -74,4 +87,5 @@ jobs:
- uses: dillonkearns/elm-publish-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-elm: ./node_modules/.bin/elm
```

0 comments on commit 141e453

Please sign in to comment.