Update action.yml
This commit is contained in:
parent
2115f4c958
commit
6fcbade20a
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ runs:
|
||||||
id: cachestep1
|
id: cachestep1
|
||||||
uses: https://code.forgejo.org/actions/cache/restore@v4
|
uses: https://code.forgejo.org/actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ${{inputs.nimPath}}
|
path: "${{inputs.nimPath}}"
|
||||||
key: ${{inputs.nimPath}}
|
key: "${{inputs.nimPath}}"
|
||||||
|
|
||||||
#jobs:
|
#jobs:
|
||||||
# main:
|
# main:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue