mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2024-12-12 04:30:37 +00:00
fix: use single quotes for format args
This commit is contained in:
parent
64fc165e2d
commit
5f353a0adc
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}/{1}', inputs.path, "{aftman,foreman,rokit}.toml"))}}
|
||||
key: ${{ runner.os }}-rokit-${{hashFiles(format('{0}/{1}', inputs.path, '{aftman,foreman,rokit}.toml'))}}
|
||||
|
||||
- name: Install tools
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue