From 64fc165e2d1b8a0014134fb3ed660def59735e14 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Mon, 15 Jul 2024 19:28:37 +0530 Subject: [PATCH] fix: prevent format treating glob as template --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2a7198d..bb81711 100644 --- a/action.yml +++ b/action.yml @@ -47,7 +47,7 @@ runs: path: | ~/.rokit/bin ~/.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 run: |