mirror of
https://github.com/CompeyDev/setup-rokit.git
synced 2025-01-05 18:59:11 +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: |
|
path: |
|
||||||
~/.rokit/bin
|
~/.rokit/bin
|
||||||
~/.rokit/tool-storage
|
~/.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
|
- name: Install tools
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue