From 7cb084aa74c4a1bca1a7b883575c82390b73a9a2 Mon Sep 17 00:00:00 2001 From: ok-nick Date: Sun, 17 Sep 2023 23:38:22 -0400 Subject: [PATCH] fix: hash only `aftman.toml` --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d85d7d7..32edfb6 100644 --- a/action.yml +++ b/action.yml @@ -73,7 +73,7 @@ runs: uses: actions/cache@v3 with: path: ~/.aftman/bin - key: ${{ runner.os }}-aftman-${{hashFiles(inputs.path)}} + key: ${{ runner.os }}-aftman-${{hashFiles(format('{0}/{1}', inputs.path, 'aftman.toml'))}} - name: Install tools run: |