mirror of
https://github.com/mtkennerly/dunamai-action.git
synced 2025-06-19 13:48:05 +00:00
Fix local action path syntax
This commit is contained in:
parent
59b9ff5603
commit
93bf7071ee
1 changed files with 2 additions and 2 deletions
4
.github/workflows/main.yaml
vendored
4
.github/workflows/main.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue