fix: use single quotes for format args

This commit is contained in:
Erica Marigold 2024-07-15 19:30:36 +05:30
parent 64fc165e2d
commit 5f353a0adc
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

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