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