mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +00:00
ci: fix path to env.yml
This commit is contained in:
parent
9b2e586476
commit
51834c2f5a
2 changed files with 6 additions and 6 deletions
8
.github/workflows/env.yml
vendored
8
.github/workflows/env.yml
vendored
|
@ -2,17 +2,17 @@ on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
inputs:
|
inputs:
|
||||||
version:
|
version:
|
||||||
required: false
|
|
||||||
type: string
|
type: string
|
||||||
|
required: false
|
||||||
path:
|
path:
|
||||||
required: false
|
|
||||||
type: string
|
type: string
|
||||||
|
required: false
|
||||||
cache:
|
cache:
|
||||||
required: false
|
|
||||||
type: string
|
type: string
|
||||||
|
required: false
|
||||||
token:
|
token:
|
||||||
required: false
|
|
||||||
type: string
|
type: string
|
||||||
|
required: false
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-env:
|
test-env:
|
||||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -14,8 +14,8 @@ defaults:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test-cache:
|
test-cache:
|
||||||
uses: ./.github/actions/env.yml
|
uses: ./.github/workflows/env.yml
|
||||||
test-no-cache:
|
test-no-cache:
|
||||||
uses: ./.github/actions/env.yml
|
uses: ./.github/workflows/env.yml
|
||||||
with:
|
with:
|
||||||
cache: "false"
|
cache: "false"
|
||||||
|
|
Loading…
Reference in a new issue