ci: fix path to env.yml

This commit is contained in:
ok-nick 2023-09-18 00:17:16 -04:00
parent 9b2e586476
commit 51834c2f5a
No known key found for this signature in database
GPG key ID: E6F3F722530600D2
2 changed files with 6 additions and 6 deletions

View file

@ -2,17 +2,17 @@ on:
workflow_call:
inputs:
version:
required: false
type: string
required: false
path:
required: false
type: string
required: false
cache:
required: false
type: string
required: false
token:
required: false
type: string
required: false
jobs:
test-env:

View file

@ -14,8 +14,8 @@ defaults:
jobs:
test-cache:
uses: ./.github/actions/env.yml
uses: ./.github/workflows/env.yml
test-no-cache:
uses: ./.github/actions/env.yml
uses: ./.github/workflows/env.yml
with:
cache: "false"