Use new GITHUB_PATH file

This commit is contained in:
Phill Sparks 2021-01-08 10:59:00 +00:00
parent 2a610479b3
commit 5b55929f32
No known key found for this signature in database
GPG Key ID: DA53DF9BB8928B10
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn
- name: Add elm-format to path
run: echo ::add-path::$(yarn bin)
run: yarn bin >> $GITHUB_PATH
- uses: ./
with:
# elm_format: elm-format

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
- run: yarn
- name: Add elm-format to path
run: echo ::add-path::$(yarn bin)
run: yarn bin >> $GITHUB_PATH
- uses: sparksp/elm-format-action@v1
with:
# elm_format: elm-format