mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 12:40:36 +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: |
|
path: |
|
||||||
~/.rokit/bin
|
~/.rokit/bin
|
||||||
~/.rokit/tool-storage
|
~/.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
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue