mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: prevent format treating glob as template
This commit is contained in:
parent
55a53355bf
commit
64fc165e2d
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ runs:
|
|||
path: |
|
||||
~/.rokit/bin
|
||||
~/.rokit/tool-storage
|
||||
key: ${{ runner.os }}-rokit-${{hashFiles(format('{0}/{aftman,foreman,rokit}.toml', inputs.path))}}
|
||||
key: ${{ runner.os }}-rokit-${{hashFiles(format('{0}/{1}', inputs.path, "{aftman,foreman,rokit}.toml"))}}
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue