Fix local action path syntax

This commit is contained in:
mtkennerly 2020-07-10 20:47:05 -04:00
parent 59b9ff5603
commit 93bf7071ee

View file

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: .
- uses: ./
with:
env-var: MY_VERSION
args: --style semver
@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: .
- uses: ./
with:
install: '1.2.0'
env-var: MY_VERSION