Update action.yml

This commit is contained in:
david 2025-03-10 13:03:47 +01:00
parent 1e40f4a71a
commit c4e9f274fd

View file

@ -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: