fix: prevent format treating glob as template

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

View file

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