From f1bde806cd51f95614dbc40411e42e2896df43ef Mon Sep 17 00:00:00 2001 From: Cedric van Putten Date: Tue, 19 Sep 2023 10:29:58 +0200 Subject: [PATCH] chore: test build cache --- .github/actions/setup-cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-cache/action.yml b/.github/actions/setup-cache/action.yml index 3011c511..6a5bd983 100644 --- a/.github/actions/setup-cache/action.yml +++ b/.github/actions/setup-cache/action.yml @@ -4,7 +4,7 @@ description: Prepare Snack's build cache in GitHub Actions runs: using: composite steps: - - name: ♻️ Find modules cache + - name: 🔍 Find modules cache id: modules-cache run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT shell: bash